wok-next diff awstats/stuff/awstats-apache.conf @ rev 4382
Add ht
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Oct 14 11:55:42 2009 +0200 (2009-10-14) |
parents | |
children | f16dac640ecf |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/awstats/stuff/awstats-apache.conf Wed Oct 14 11:55:42 2009 +0200 1.3 @@ -0,0 +1,14 @@ 1.4 +# Config file for running AWStats with Apache 1.5 + 1.6 +Alias /classes "/usr/share/awstats/classes/" 1.7 +Alias /css "/usr//share/awstats//css/" 1.8 +Alias /icons "/usr//share/awstats//icon/" 1.9 + 1.10 +ScriptAlias /stats/ "/var/www/cgi-bin/" 1.11 + 1.12 +<Directory "/var/www/cgi-bin"> 1.13 + Options None 1.14 + AllowOverride None 1.15 + Order allow,deny 1.16 + Allow from all 1.17 +</Directory>