public
Description: tiny tiny httpd
Homepage: http://mattn.kaoriya.net/
Clone URL: git://github.com/mattn/tinytinyhttpd.git
name age 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 Sun Oct 04 19:38:57 -0700 2009 version++. add note. [mattn]
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 Tue Oct 06 06:36:25 -0700 2009 safety stop.(no win32 support yet) [mattn]
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