]> git.pld-linux.org Git - packages/awstats.git/blobdiff - awstats-httpd.conf
- Apache configuration for awstats
[packages/awstats.git] / awstats-httpd.conf
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 1.233677 seconds and 4 git commands to generate.