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

Up: sudoku to 2.3. Fixed WEB_SITE and WGET_URL so we get the app and not a error page.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Jan 24 01:35:01 2014 +0000 (2014-01-24)
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" )