wok-current annotate awstats/stuff/awstats-lighttpd.conf @ rev 10727
tazwok: Fixed to use right source. Need to delete tazwok-4.2.16.tar.bz2 on tank since is its more update then 4.2.16 tag version.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat May 28 20:53:30 2011 +0000 (2011-05-28) |
parents | |
children |
rev | line source |
---|---|
erjo@2649 | 1 # Config file for running AWStats with Lighttpd |
erjo@2649 | 2 |
erjo@2649 | 3 index-file.names = ( "awstats.pl" ) |
erjo@2649 | 4 |
erjo@2649 | 5 alias.url = ( |
erjo@2649 | 6 "/classes" => "/usr/share/awstats/classes/", |
erjo@2649 | 7 "/css" => "/usr/share/awstats/css/", |
erjo@2649 | 8 "/stats" => "/var/www/cgi-bin/", |
erjo@2649 | 9 "/icon" => "/usr/share/awstats/icon/" |
erjo@2649 | 10 ) |
erjo@2649 | 11 |
erjo@2649 | 12 # provide awstats cgi-bin access |
erjo@2649 | 13 $HTTP["url"] =~ "/stats" { |
erjo@2649 | 14 cgi.assign = ( ".pl" => "/usr/bin/perl" ) |
erjo@2649 | 15 } |
erjo@2649 | 16 |
erjo@2649 | 17 #url.rewrite-once = ( "^/awstats.pl(.*)" => "/stats/awstats.pl$1" ) |
erjo@2649 | 18 |
erjo@2649 | 19 |