tiny tiny httpd written in C.
BSD
mattn
# ./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
![WordPress working] (http://farm4.static.flickr.com/3643/3603370389_4d4bc5c9c3_o.png "WordPress Working")