From e01f81c8cd2ca4f0cd489f0931491a0c2fc3bae0 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Mon, 07 Nov 2011 05:50:54 -0500
Subject: [PATCH] Removed 2 items from todo which have been implemented.
---
install/tpl/apache_ispconfig.conf.master | 18 ++++++++++++++++++
1 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/install/tpl/apache_ispconfig.conf.master b/install/tpl/apache_ispconfig.conf.master
index 4d29612..fe9e54a 100644
--- a/install/tpl/apache_ispconfig.conf.master
+++ b/install/tpl/apache_ispconfig.conf.master
@@ -20,8 +20,19 @@
Deny from all
</Directory>
+<Directory /var/www/conf>
+ AllowOverride None
+ Order Deny,Allow
+ Deny from all
+</Directory>
+
# Except of the following directories that contain website scripts
<Directory /usr/share/phpmyadmin>
+ Order allow,deny
+ Allow from all
+</Directory>
+
+<Directory /usr/share/phpMyAdmin>
Order allow,deny
Allow from all
</Directory>
@@ -31,4 +42,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