github
Advanced Search
  • Home
  • Pricing and Signup
  • Explore GitHub
  • Blog
  • Login

mattn / tinytinyhttpd

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 25
    • 4
  • Source
  • Commits
  • Network (4)
  • Issues (1)
  • Downloads (26)
  • Wiki (1)
  • Graphs
  • Branch: master

click here to add a description

click here to add a homepage

  • Branches (1)
    • master ✓
  • Tags (15)
    • 0.0.9
    • 0.0.8a
    • 0.0.8
    • 0.0.7
    • 0.0.6b
    • 0.0.6a
    • 0.0.6
    • 0.0.5
    • 0.0.4d
    • 0.0.4c
    • 0.0.4b
    • 0.0.4a
    • 0.0.3
    • 0.0.2
    • 0.0.1
Sending Request…
Enable Donations

Pledgie Donations

Once activated, we'll place the following badge in your repository's detail box:
Pledgie_example
This service is courtesy of Pledgie.

tiny tiny httpd — Read more

  cancel

http://mattn.kaoriya.net/

  cancel
  • Private
  • Read-Only
  • HTTP Read-Only

This URL has Read+Write access

interrupt 
mattn (author)
Fri Nov 13 08:05:45 -0800 2009
commit  54cd60e283c302d13c47a3b4ee77491802027f96
tree    fac4e3c672793ea256ce48423384d3ac1671b306
parent  ee9574bea6bb14f6111e4099e73de038c68af570
tinytinyhttpd /
name age
history
message
file .gitignore Fri Sep 04 17:13:07 -0700 2009 remove generated files. [matsuu]
file AUTHORS Mon Aug 17 21:46:21 -0700 2009 s/AUTHOR/AUTHORS/ [mattn]
file COPYING Loading commit data...
file ChangeLog
file INSTALL
file Makefile.am Sat Oct 10 08:55:22 -0700 2009 remove Makefile.std [mattn]
file Makefile.mvc Tue Oct 06 00:35:36 -0700 2009 tune [mattn]
file Makefile.w32 Tue Oct 06 00:35:36 -0700 2009 tune [mattn]
file NEWS Sun Aug 16 05:07:49 -0700 2009 fxed dependencies. [mattn]
file README
file README.mkd
file VERSION Sun Oct 04 19:38:57 -0700 2009 version++. add note. [mattn]
file aclocal.m4 Fri Oct 02 06:01:24 -0700 2009 Merge commit '9f80ab4eaf9ec175c6e6e1ca948914ea0... [mattn]
file autogen.sh
file config.h.in Fri Oct 02 03:54:43 -0700 2009 check sendfile(). code from samba. [iratqq]
file configure.ac
file depcomp
file example.conf
file httpd.cxx
file httpd.h
file install-sh
directory m4/ Fri Oct 02 03:54:43 -0700 2009 check sendfile(). code from samba. [iratqq]
file main.cxx Tue Oct 06 06:36:25 -0700 2009 safety stop.(no win32 support yet) [mattn]
file missing
file utils.cxx Mon Oct 05 23:33:49 -0700 2009 avoid to copy. [mattn]
file utils.h Mon Oct 05 23:33:49 -0700 2009 avoid to copy. [mattn]
README.mkd

Tiny Tiny HTTPD

WHAT IS THIS:

tiny tiny httpd written in C.

LICENSE:

BSD

AUTHOR:

mattn

HOW TO DO:

# ./tthttpd -vvv
server started http://127.0.1.1:8080/

# ./tthttpd -p 8080 -d path-to-root

or

# cat my-httpd.conf
[global]
port=8080
root=/path/to/contents
indexpages=index.html,index.php
charset=utf-8
spawnexec=on

[mime/types]
cgi=@/usr/bin/perl
php=@/usr/bin/php

# ./tthttpd -c my-httpd.conf

SCREEN SHOT:

MTOS working

WordPress working

Blog | Support | Training | Contact | API | Status | Twitter | Help | Security
© 2010 GitHub Inc. All rights reserved. | Terms of Service | Privacy Policy
Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
Dedicated Server