tazpanel annotate data/httpd.conf @ rev 441

non-auth by default
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 08 09:55:46 2015 +0200 (2015-04-08)
parents 299f204b8f1f
children 169f1ccfb613
rev   line source
al@419 1 # /etc/slitaz/httpd.conf: Busybox HTTP web server configuration file for TazPanel
al@419 2
al@419 3 # Deny addresses
al@419 4 D:*
al@419 5 # Allow addresses
al@419 6 A:127.0.0.1
al@419 7
al@419 8 # Server root
pankso@5 9 H:/var/www/tazpanel
al@419 10 # File to open by default
al@419 11 I:index.cgi
al@419 12 # Require user "*", password "*" on URLs starting with "/"
pascal@441 13 /user:*:*
al@419 14
al@419 15 # CGI interpreter path
pankso@5 16 *.cgi:/bin/sh
al@419 17 # Additional MIME types
al@419 18 .js:text/javascript