wok diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/awstats/stuff/awstats-apache.conf	Sun May 24 12:27:14 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>