tazpanel diff data/httpd.conf @ rev 419

Bunch of changes. Development in progress, please note it have few known bugs.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Mar 24 03:39:08 2015 +0200 (2015-03-24)
parents c6752ed0e680
children adedebded23a
line diff
     1.1 --- a/data/httpd.conf	Wed Jul 31 22:43:46 2013 +0200
     1.2 +++ b/data/httpd.conf	Tue Mar 24 03:39:08 2015 +0200
     1.3 @@ -1,6 +1,18 @@
     1.4 +# /etc/slitaz/httpd.conf: Busybox HTTP web server configuration file for TazPanel
     1.5 +
     1.6 +# Deny addresses
     1.7 +D:*
     1.8 +# Allow addresses
     1.9 +A:127.0.0.1
    1.10 +
    1.11 +# Server root
    1.12  H:/var/www/tazpanel
    1.13 -A:127.0.0.1
    1.14 -D:*
    1.15 +# File to open by default
    1.16 +I:index.cgi
    1.17 +# Require user "*", password "*" on URLs starting with "/"
    1.18 +/:*:*
    1.19 +
    1.20 +# CGI interpreter path
    1.21  *.cgi:/bin/sh
    1.22 -I:index.cgi
    1.23 -/:*:*
    1.24 +# Additional MIME types
    1.25 +.js:text/javascript