wok view busybox/stuff/httpd.conf @ rev 16039

busybox: Add 404.html and up config file, CSS and HTML
author Christophe Lincoln <pankso@slitaz.org>
date Sun Mar 09 10:11:06 2014 +0100 (2014-03-09)
parents 2c795c9fface
children 2b6001f6ed50
line source
1 # /etc/httpd.conf: Busybox HTTP web server configuration file.
3 # Server root.
4 H:/var/www
6 # Allow address.
7 A:192.168.
9 # File to open by default.
10 #I:index.html
12 # Path to the 404 error page.
13 E404:/httpd/404.html
15 # Require user root on urls starting with /adm/. use passwd system db
16 /adm:root:*
18 # Reverse proxy.
19 #P:/url:[http://]hostname[:port]/new/path
21 # CGI interpreter path.
22 *.sh:/bin/sh
23 *.cgi:/bin/sh
24 #*.php:/usr/bin/php-cgi
26 # MIME type.
27 .txt:text/plain
28 .css:text/css
29 .xml:text/xml
30 .png:image/png
31 .jpg:image/jpeg
32 .tgz:application/x-tgz
33 .tar.gz:application/x-tgz
34 .tazpkg:application/x-tazpkg