Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mattn/tinytinyhttpd

tiny tiny httpd
https://github.com/mattn/tinytinyhttpd

Last synced: about 1 month ago
JSON representation

tiny tiny httpd

Awesome Lists containing this project

README

        

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](http://farm4.static.flickr.com/3305/3597469456_1f5210975f_o.png "MTOS Working")

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