]> git.pld-linux.org Git - packages/awstats.git/commitdiff
- Apache configuration for awstats
authorJacek Konieczny <jajcus@pld-linux.org>
Sun, 21 Aug 2005 17:50:17 +0000 (17:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    awstats-httpd.conf -> 1.1

awstats-httpd.conf [new file with mode: 0644]

diff --git a/awstats-httpd.conf b/awstats-httpd.conf
new file mode 100644 (file)
index 0000000..7b40baf
--- /dev/null
@@ -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>
This page took 0.200256 seconds and 4 git commands to generate.