wok-next diff awstats/stuff/awstats-apache.conf @ rev 8869

Fix: libgtkimageview TARBALL/WGET_URL... If you had error './configure not found', you have to remove the corrupted tarball from SOURCES_REPOSITORY, named gtkimageview-1.6.4.taz.lzma
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Feb 26 06:06:17 2011 +0100 (2011-02-26)
parents f16dac640ecf
children
line diff
     1.1 --- a/awstats/stuff/awstats-apache.conf	Sat Feb 13 23:13:57 2010 +0100
     1.2 +++ b/awstats/stuff/awstats-apache.conf	Sat Feb 26 06:06:17 2011 +0100
     1.3 @@ -1,8 +1,8 @@
     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 /icon "/usr/share/awstats//icon/"
     1.9 +Alias /css "/usr/share/awstats/css/"
    1.10 +Alias /icon "/usr/share/awstats/icon/"
    1.11  
    1.12  ScriptAlias /stats/ "/var/www/cgi-bin/"
    1.13  
    1.14 @@ -12,3 +12,10 @@
    1.15  	Order allow,deny
    1.16  	Allow from all 
    1.17  </Directory>
    1.18 +
    1.19 +<Directory "/usr/share/awstats/icon">
    1.20 +	Options None
    1.21 +	AllowOverride None
    1.22 +	Order allow,deny
    1.23 +	Allow from all 
    1.24 +</Directory>