diff options
author | 2009-09-09 08:35:36 +0900 | |
---|---|---|
committer | 2009-09-09 08:35:36 +0900 | |
commit | 54db18d4665aaa6440b29edd7c0631435fa0a54a (patch) | |
tree | 11b5a97aaefd1496a8ac541eb8ff29c5dcd67c7e /www-servers/tinytinyhttpd/files/tthttpd.conf | |
parent | dev-ruby/json_pure: Version bumped. (diff) | |
download | matsuu-54db18d4665aaa6440b29edd7c0631435fa0a54a.tar.gz matsuu-54db18d4665aaa6440b29edd7c0631435fa0a54a.tar.bz2 matsuu-54db18d4665aaa6440b29edd7c0631435fa0a54a.zip |
www-servers/tinytinyhttpd: Initial import.
Diffstat (limited to 'www-servers/tinytinyhttpd/files/tthttpd.conf')
-rw-r--r-- | www-servers/tinytinyhttpd/files/tthttpd.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/www-servers/tinytinyhttpd/files/tthttpd.conf b/www-servers/tinytinyhttpd/files/tthttpd.conf new file mode 100644 index 0000000..08aa8dd --- /dev/null +++ b/www-servers/tinytinyhttpd/files/tthttpd.conf @@ -0,0 +1,8 @@ +[global] +port=80 +root=/var/www/localhost/htdocs +indexpages=index.html,index.php +spawnexec=on + +[mime/types] +php=@/usr/bin/php |