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

Up: slitaz-configs (5.3) With new Slitaz Tiny Screen desktop files and tools
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 12 20:04:10 2014 +0200 (2014-04-12)
parents 307866ad479e
children d2503952845c
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 #*.py:/usr/bin/python
25 #*.php:/usr/bin/php-cgi
27 # MIME type.
28 .txt:text/plain
29 .css:text/css
30 .xml:text/xml
31 .png:image/png
32 .jpg:image/jpeg
33 .tgz:application/x-tgz
34 .tar.gz:application/x-tgz
35 .tazpkg:application/x-tazpkg