wok annotate busybox/stuff/httpd.conf @ rev 20581

Up gparted (0.33.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Dec 14 12:21:16 2018 +0100 (2018-12-14)
parents 2b6001f6ed50
children
rev   line source
pankso@10818 1 # /etc/httpd.conf: Busybox HTTP web server configuration file.
pankso@10818 2
pankso@10818 3 # Server root.
pankso@10818 4 H:/var/www
pankso@10818 5
pankso@10818 6 # Allow address.
pankso@16039 7 A:192.168.
pankso@10818 8
pankso@10818 9 # File to open by default.
al@18005 10 #I:index.html
pankso@10818 11
pankso@10818 12 # Path to the 404 error page.
al@18005 13 E404:/var/www/httpd/404.html
pankso@10818 14
pankso@16039 15 # Require user root on urls starting with /adm/. use passwd system db
pankso@16039 16 /adm:root:*
pankso@10818 17
pankso@10818 18 # Reverse proxy.
pankso@10818 19 #P:/url:[http://]hostname[:port]/new/path
pankso@10818 20
pankso@10818 21 # CGI interpreter path.
pankso@10818 22 *.sh:/bin/sh
pankso@10818 23 *.cgi:/bin/sh
pankso@16333 24 #*.py:/usr/bin/python
pankso@10818 25 #*.php:/usr/bin/php-cgi
pankso@10818 26
pankso@10818 27 # MIME type.
pankso@10818 28 .txt:text/plain
pankso@10818 29 .css:text/css
pankso@10818 30 .xml:text/xml
pankso@10818 31 .png:image/png
pankso@10818 32 .jpg:image/jpeg
pankso@10818 33 .tgz:application/x-tgz
pankso@10818 34 .tar.gz:application/x-tgz
pankso@10818 35 .tazpkg:application/x-tazpkg