wok view awstats/stuff/awstats-apache.conf @ rev 3153

Up; ntfs-3g* (2009.4.4)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun May 24 12:27:14 2009 +0200 (2009-05-24)
parents
children f16dac640ecf
line source
1 # Config file for running AWStats with Apache
3 Alias /classes "/usr/share/awstats/classes/"
4 Alias /css "/usr//share/awstats//css/"
5 Alias /icons "/usr//share/awstats//icon/"
7 ScriptAlias /stats/ "/var/www/cgi-bin/"
9 <Directory "/var/www/cgi-bin">
10 Options None
11 AllowOverride None
12 Order allow,deny
13 Allow from all
14 </Directory>