wok diff awstats/stuff/awstats-apache.conf @ rev 4909
xarchive: add udeb sfs arj pak arc j uc2 zoo 7z bcj bcj2 support
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Feb 13 11:28:10 2010 +0100 (2010-02-13) |
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 Sat Feb 13 11:28:10 2010 +0100 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>