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

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (23 months ago)
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" )