tazpanel view data/httpd.conf @ rev 443

Use short gettext commands; use $HTTP_HOST in redirection URL (for localhost 127.0.0.1:82 works too; for local network connection URL like 192.168.1.10:82 works).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Apr 08 15:32:20 2015 +0300 (2015-04-08)
parents adedebded23a
children 40ba6da12fce
line source
1 # /etc/slitaz/httpd.conf: Busybox HTTP web server configuration file for TazPanel
3 # Deny addresses
4 D:*
5 # Allow addresses
6 A:127.0.0.1
8 # Server root
9 H:/var/www/tazpanel
10 # File to open by default
11 I:index.cgi
12 # Require user "*", password "*" on URLs starting with "/"
13 /user:*:*
15 # CGI interpreter path
16 *.cgi:/bin/sh
17 # Additional MIME types
18 .js:text/javascript
19 .ttf:application/x-font-ttf