Skip to content

mattn/tinytinyhttpd

Repository files navigation

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] (http://farm4.static.flickr.com/3643/3603370389_4d4bc5c9c3_o.png "WordPress Working")

Sponsor this project

 

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages