seb annotate examples/initfs-scratch/etc/httpd.conf @ rev 3

Add examples folder with initfs-scratch (like in 2007 scratchbook)
author Christophe Lincoln <pankso@slitaz.org>
date Mon Mar 06 16:31:59 2017 +0100 (2017-03-06)
parents
children
rev   line source
pankso@3 1 # /etc/httpd.conf: Seb-OS Busybox HTTP web server configuration file.
pankso@3 2
pankso@3 3 # Server root.
pankso@3 4 H:/var/www
pankso@3 5
pankso@3 6 # Allow address.
pankso@3 7 A:192.168.
pankso@3 8
pankso@3 9 # File to open by default.
pankso@3 10 I:index.html
pankso@3 11
pankso@3 12 # Path to the 404 error page.
pankso@3 13 E404:/var/www/404.html
pankso@3 14
pankso@3 15 # Require user root on urls starting with /adm/. use passwd system db
pankso@3 16 /adm:root:*
pankso@3 17
pankso@3 18 # Reverse proxy.
pankso@3 19 #P:/url:[http://]hostname[:port]/new/path
pankso@3 20
pankso@3 21 # CGI interpreter path.
pankso@3 22 *.sh:/bin/sh
pankso@3 23 *.cgi:/bin/sh
pankso@3 24 #*.py:/usr/bin/python
pankso@3 25 #*.php:/usr/bin/php-cgi
pankso@3 26
pankso@3 27 # MIME type.
pankso@3 28 .txt:text/plain
pankso@3 29 .css:text/css
pankso@3 30 .xml:text/xml
pankso@3 31 .png:image/png
pankso@3 32 .jpg:image/jpeg
pankso@3 33 .tgz:application/x-tgz
pankso@3 34 .tar.gz:application/x-tgz
pankso@3 35 .tazpkg:application/x-tazpkg
pankso@3 36 .sup:application/x-sup