From 05c0f643d9f8f0a2a71c8811bdbaddca7264580b Mon Sep 17 00:00:00 2001 From: wyrie <wyrie@ispconfig3> Date: Mon, 11 Oct 2010 09:11:44 -0400 Subject: [PATCH] --- 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