]> git.donarmstrong.com Git - roundcube.git/blobdiff - debian/conf/apache.conf
Initial work:
[roundcube.git] / debian / conf / apache.conf
index c6612ca68b2802738fd94f22f68f89b8c000843a..9154a86d0b63d292c956cc8121a00d9cf35fbd49 100644 (file)
@@ -1,4 +1,17 @@
-# Define /roundcube alias, this is the default
-<IfModule mod_alias.c>
-    Alias /roundcube /usr/share/roundcube
-</IfModule>
+# This alias does not work properly with several hosts on your apache server
+# Uncomment it to use it
+#    Alias /roundcube /var/lib/roundcube
+
+<Directory /var/lib/roundcube/>
+        Options +FollowSymLinks
+        AllowOverride All
+        order allow,deny
+        allow from all
+</Directory>
+
+# Protecting basic directories:
+<Directory /var/lib/roundcube/config>
+        Options -FollowSymLinks
+        AllowOverride None
+</Directory>
+