slitaz-modular view initramfs/etc/lighttpd/awstats.conf @ rev 75

Removed old common.conf file. Add awstats.conf and lighttpd.conf files to initramfs/etc/lighttpd folder.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Apr 14 13:14:39 2011 +0000 (2011-04-14)
parents
children 3ff3ff15c700
line source
1 # Config file for running AWStats with Lighttpd
3 index-file.names = ( "awstats.pl" )
5 alias.url = (
6 "/awstatsclasses" => "/usr/share/awstats/classes/",
7 "/awstatscss" => "/usr/share/awstats/css/",
8 "/stats" => "/var/www/cgi-bin/",
9 "/awstatsicon" => "/usr/share/awstats/icon/"
10 )
12 # provide awstats cgi-bin access
13 $HTTP["url"] =~ "/stats" {
14 cgi.assign = ( ".pl" => "/usr/bin/perl" )
15 }
17 #url.rewrite-once = ( "^/awstats.pl(.*)" => "/stats/awstats.pl$1" )