All Projects → mattn → Tinytinyhttpd

mattn / Tinytinyhttpd

Licence: other
tiny tiny httpd

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]
[email protected]/usr/bin/perl
[email protected]/usr/bin/php

# ./tthttpd -c my-httpd.conf

SCREEN SHOT:

MTOS working

![WordPress working] (http://farm4.static.flickr.com/3643/3603370389_4d4bc5c9c3_o.png "WordPress Working")

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].