From de070a12e8251991970c0d2c3ccb29e1ccc372e7 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Wed, 30 Jan 2013 09:49:28 -0500
Subject: [PATCH] Updated german language files.

---
 server/conf/apache_ispconfig.conf.master |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/server/conf/apache_ispconfig.conf.master b/server/conf/apache_ispconfig.conf.master
index b6ac8c3..bf02a7b 100644
--- a/server/conf/apache_ispconfig.conf.master
+++ b/server/conf/apache_ispconfig.conf.master
@@ -41,6 +41,24 @@
         Allow from all
 </Directory>
 
+# Allow access to mailman on OpenSuSE
+<Directory /usr/lib/mailman/cgi-bin>
+        AllowOverride All
+		order allow,deny
+        allow from all
+</Directory>
+
+<Directory /usr/lib/mailman/icons>
+        order allow,deny
+        allow from all
+</Directory>
+
+<Directory /var/lib/mailman/archives/>
+        Options +FollowSymLinks
+        order allow,deny
+        allow from all
+</Directory>
+
 # allow path to awstats and alias for awstats icons
 <Directory /usr/share/awstats>
         Order allow,deny

--
Gitblit v1.9.1