wok view awstats/stuff/awstats-lighttpd.conf @ rev 16916

rePackaging main of "wanted" on Qt4. (s/4.8.4/4.8.6)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Wed Jul 16 03:57:22 2014 +0200 (2014-07-16)
parents
children
line source
1 # Config file for running AWStats with Lighttpd
3 index-file.names = ( "awstats.pl" )
5 alias.url = (
6 "/classes" => "/usr/share/awstats/classes/",
7 "/css" => "/usr/share/awstats/css/",
8 "/stats" => "/var/www/cgi-bin/",
9 "/icon" => "/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" )