wok-6.x diff awstats/stuff/awstats-lighttpd.conf @ rev 21619
gcc83-lib-base: revert to gcc-lib-base post install
Previous post-install rules don't work for me producing error:
error: C compiler cannot create executables
on the another plain build when I previously used gcc83 & gcc83-lib-base to compile my other package
Previous post-install rules don't work for me producing error:
error: C compiler cannot create executables
on the another plain build when I previously used gcc83 & gcc83-lib-base to compile my other package
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat May 25 14:09:45 2019 +0300 (2019-05-25) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/awstats/stuff/awstats-lighttpd.conf Sat May 25 14:09:45 2019 +0300 1.3 @@ -0,0 +1,19 @@ 1.4 +# Config file for running AWStats with Lighttpd 1.5 + 1.6 +index-file.names = ( "awstats.pl" ) 1.7 + 1.8 +alias.url = ( 1.9 + "/classes" => "/usr/share/awstats/classes/", 1.10 + "/css" => "/usr/share/awstats/css/", 1.11 + "/stats" => "/var/www/cgi-bin/", 1.12 + "/icon" => "/usr/share/awstats/icon/" 1.13 + ) 1.14 + 1.15 +# provide awstats cgi-bin access 1.16 +$HTTP["url"] =~ "/stats" { 1.17 + cgi.assign = ( ".pl" => "/usr/bin/perl" ) 1.18 +} 1.19 + 1.20 +#url.rewrite-once = ( "^/awstats.pl(.*)" => "/stats/awstats.pl$1" ) 1.21 + 1.22 +