From ebd0e986ed11f2a34fb58cdd33efbfab192083ad Mon Sep 17 00:00:00 2001
From: Till Brehm <tbrehm@ispconfig.org>
Date: Fri, 22 Apr 2016 05:26:17 -0400
Subject: [PATCH] Added PHP 7 check in installer and updater.

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

diff --git a/install/dist/tpl/gentoo/apache_ispconfig.conf.master b/install/dist/tpl/gentoo/apache_ispconfig.conf.master
index 78dc555..799a396 100644
--- a/install/dist/tpl/gentoo/apache_ispconfig.conf.master
+++ b/install/dist/tpl/gentoo/apache_ispconfig.conf.master
@@ -13,4 +13,9 @@
     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"

--
Gitblit v1.9.1