tazpanel view 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 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 /:*:*
15 # CGI interpreter path
16 *.cgi:/bin/sh
17 # Additional MIME types
18 .js:text/javascript