From 05c0f643d9f8f0a2a71c8811bdbaddca7264580b Mon Sep 17 00:00:00 2001
From: wyrie <wyrie@ispconfig3>
Date: Mon, 11 Oct 2010 13:11:44 +0000
Subject: [PATCH]

---
 install/dist/tpl/gentoo/apache_ispconfig.conf.master | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/install/dist/tpl/gentoo/apache_ispconfig.conf.master b/install/dist/tpl/gentoo/apache_ispconfig.conf.master
index 78dc555856..799a39601a 100644
--- a/install/dist/tpl/gentoo/apache_ispconfig.conf.master
+++ b/install/dist/tpl/gentoo/apache_ispconfig.conf.master
@@ -13,4 +13,9 @@ CustomLog "| /usr/local/ispconfig/server/scripts/vlogger -s access.log -t \"%Y%m
     Deny 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/htdocs/icon"
-- 
GitLab