wok-6.x diff busybox/stuff/httpd.conf @ rev 13445
Add: claws-mail-clamd
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sun Oct 07 01:25:22 2012 +0200 (2012-10-07) |
parents | |
children | 307866ad479e |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/busybox/stuff/httpd.conf Sun Oct 07 01:25:22 2012 +0200 1.3 @@ -0,0 +1,34 @@ 1.4 +# /etc/httpd.conf: Busybox HTTP web server configuration file. 1.5 + 1.6 +# Server root. 1.7 +H:/var/www 1.8 + 1.9 +# Allow address. 1.10 +A:0.0.0.0/0 1.11 + 1.12 +# File to open by default. 1.13 +#I:index.html 1.14 + 1.15 +# Path to the 404 error page. 1.16 +#E404:/path/404.html 1.17 + 1.18 +# Require user root, password root on urls starting with /adm/. 1.19 +#/adm:root:root 1.20 + 1.21 +# Reverse proxy. 1.22 +#P:/url:[http://]hostname[:port]/new/path 1.23 + 1.24 +# CGI interpreter path. 1.25 +*.sh:/bin/sh 1.26 +*.cgi:/bin/sh 1.27 +#*.php:/usr/bin/php-cgi 1.28 + 1.29 +# MIME type. 1.30 +.txt:text/plain 1.31 +.css:text/css 1.32 +.xml:text/xml 1.33 +.png:image/png 1.34 +.jpg:image/jpeg 1.35 +.tgz:application/x-tgz 1.36 +.tar.gz:application/x-tgz 1.37 +.tazpkg:application/x-tazpkg