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

vlc: add hicolor-icon-theme -> post-install misses index.theme
author Erkan Yilmaz <erkan@slitaz.org>
date Mon Dec 23 15:29:27 2019 +0000 (2019-12-23)
parents f16dac640ecf
children
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 /icon "/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>
16 <Directory "/usr/share/awstats/icon">
17 Options None
18 AllowOverride None
19 Order allow,deny
20 Allow from all
21 </Directory>