tinycm diff tools/httpd.conf @ rev 45
Improve Makefile
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun Jan 19 02:20:00 2014 +0100 (2014-01-19) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/tools/httpd.conf Sun Jan 19 02:20:00 2014 +0100 1.3 @@ -0,0 +1,10 @@ 1.4 +# Server root 1.5 +H:../ 1.6 +# Allow address 1.7 +A:0.0.0.0/0 1.8 +# CGI interpreter path 1.9 +*.cgi:/bin/sh 1.10 +# File to open by default 1.11 +I:index.cgi 1.12 +# MIME type 1.13 +.png:image/png