wok-current view awstats/stuff/awstats-apache.conf @ rev 4870

Add xorg-xf86-input-void
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Feb 04 23:15:35 2010 +0100 (2010-02-04)
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>