wok-next annotate 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
rev   line source
erjo@2649 1 # Config file for running AWStats with Apache
erjo@2649 2
erjo@2649 3 Alias /classes "/usr/share/awstats/classes/"
pascal@4915 4 Alias /css "/usr/share/awstats/css/"
pascal@4915 5 Alias /icon "/usr/share/awstats/icon/"
erjo@2649 6
erjo@2649 7 ScriptAlias /stats/ "/var/www/cgi-bin/"
erjo@2649 8
erjo@2649 9 <Directory "/var/www/cgi-bin">
erjo@2649 10 Options None
erjo@2649 11 AllowOverride None
erjo@2649 12 Order allow,deny
erjo@2649 13 Allow from all
erjo@2649 14 </Directory>
pascal@4915 15
pascal@4915 16 <Directory "/usr/share/awstats/icon">
pascal@4915 17 Options None
pascal@4915 18 AllowOverride None
pascal@4915 19 Order allow,deny
pascal@4915 20 Allow from all
pascal@4915 21 </Directory>