wok-undigest annotate busybox/stuff/httpd.conf @ rev 1138

Add busybox with "# CONFIG_FEATURE_EDITING_SAVE_ON_EXIT is not set"
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jan 16 02:51:58 2015 +0200 (2015-01-16)
parents
children
rev   line source
al@1138 1 # /etc/httpd.conf: Busybox HTTP web server configuration file.
al@1138 2
al@1138 3 # Server root.
al@1138 4 H:/var/www
al@1138 5
al@1138 6 # Allow address.
al@1138 7 A:192.168.
al@1138 8
al@1138 9 # File to open by default.
al@1138 10 #I:index.html
al@1138 11
al@1138 12 # Path to the 404 error page.
al@1138 13 E404:/httpd/404.html
al@1138 14
al@1138 15 # Require user root on urls starting with /adm/. use passwd system db
al@1138 16 /adm:root:*
al@1138 17
al@1138 18 # Reverse proxy.
al@1138 19 #P:/url:[http://]hostname[:port]/new/path
al@1138 20
al@1138 21 # CGI interpreter path.
al@1138 22 *.sh:/bin/sh
al@1138 23 *.cgi:/bin/sh
al@1138 24 #*.py:/usr/bin/python
al@1138 25 #*.php:/usr/bin/php-cgi
al@1138 26
al@1138 27 # MIME type.
al@1138 28 .txt:text/plain
al@1138 29 .css:text/css
al@1138 30 .xml:text/xml
al@1138 31 .png:image/png
al@1138 32 .jpg:image/jpeg
al@1138 33 .tgz:application/x-tgz
al@1138 34 .tar.gz:application/x-tgz
al@1138 35 .tazpkg:application/x-tazpkg