SOURCES: awstats-httpd.conf (NEW) - Apache configuration for awstats
jajcus
jajcus at pld-linux.org
Sun Aug 21 19:50:22 CEST 2005
Author: jajcus Date: Sun Aug 21 17:50:22 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- Apache configuration for awstats
---- Files affected:
SOURCES:
awstats-httpd.conf (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/awstats-httpd.conf
diff -u /dev/null SOURCES/awstats-httpd.conf:1.1
--- /dev/null Sun Aug 21 19:50:22 2005
+++ SOURCES/awstats-httpd.conf Sun Aug 21 19:50:17 2005
@@ -0,0 +1,12 @@
+Alias /awstatsclasses "/usr/share/awstats/wwwroot/classes/"
+Alias /awstatscss "/usr/share/awstats/wwwroot/css/"
+Alias /awstatsicons "/usr/share/awstats/wwwroot/icon/"
+Alias /js/awstats_misc_tracker.js "/usr/share/awstats/wwwroot/js/awstats_misc_tracker.js"
+ScriptAlias /awstats/ "/usr/share/awstats/wwwroot/cgi-bin/"
+
+<Directory "/usr/share/awstats/wwwroot">
+Options None
+AllowOverride None
+Order allow,deny
+Allow from all
+</Directory>
================================================================
More information about the pld-cvs-commit
mailing list