From af5f0aaf6bb403ba2843912cefe9c54ed40231d2 Mon Sep 17 00:00:00 2001
From: jwarnier <jwarnier@ispconfig3>
Date: Mon, 16 Aug 2010 19:02:57 -0400
Subject: [PATCH] - Add and use a $conf["logpath"]. - Fix some comments.

---
 install/tpl/apache_ispconfig.conf.master |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/install/tpl/apache_ispconfig.conf.master b/install/tpl/apache_ispconfig.conf.master
index 3ed4410..e8f311e 100644
--- a/install/tpl/apache_ispconfig.conf.master
+++ b/install/tpl/apache_ispconfig.conf.master
@@ -36,4 +36,11 @@
         Allow from all
 </Directory>
 
+# allow path to awstats and alias for awstats icons
+<Directory /usr/share/awstats>
+        Order allow,deny
+        Allow from all
+</Directory>
+Alias /awstats-icon "/usr/share/awstats/icon"
+
 

--
Gitblit v1.9.1