mattn / tinytinyhttpd
- Source
- Commits
- Network (4)
- Issues (1)
- Downloads (26)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Fri Sep 04 17:13:07 -0700 2009 | |
| |
AUTHORS | Mon Aug 17 21:46:21 -0700 2009 | |
| |
COPYING | ||
| |
ChangeLog | ||
| |
INSTALL | ||
| |
Makefile.am | Sat Oct 10 08:55:22 -0700 2009 | |
| |
Makefile.mvc | Tue Oct 06 00:35:36 -0700 2009 | |
| |
Makefile.w32 | Tue Oct 06 00:35:36 -0700 2009 | |
| |
NEWS | Sun Aug 16 05:07:49 -0700 2009 | |
| |
README | ||
| |
README.mkd | ||
| |
VERSION | Sun Oct 04 19:38:57 -0700 2009 | |
| |
aclocal.m4 | Fri Oct 02 06:01:24 -0700 2009 | |
| |
autogen.sh | ||
| |
config.h.in | Fri Oct 02 03:54:43 -0700 2009 | |
| |
configure.ac | ||
| |
depcomp | ||
| |
example.conf | ||
| |
httpd.cxx | ||
| |
httpd.h | ||
| |
install-sh | ||
| |
m4/ | Fri Oct 02 03:54:43 -0700 2009 | |
| |
main.cxx | Tue Oct 06 06:36:25 -0700 2009 | |
| |
missing | ||
| |
utils.cxx | Mon Oct 05 23:33:49 -0700 2009 | |
| |
utils.h | Mon Oct 05 23:33:49 -0700 2009 |
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:



