]> git.donarmstrong.com Git - roundcube.git/blobdiff - debian/conf/apache.conf
Imported Debian patch 0.1~rc2-2
[roundcube.git] / debian / conf / apache.conf
index b4447d47866d39b7bc7b7dd9f720de12eb900740..a5e05623d3c99bcc1c3f928efdf8a086c3d03236 100644 (file)
@@ -1,3 +1,14 @@
+# Uncomment this to use tinymce (you need tinymce package)
+# See README.Debian for more details
+
+Alias /roundcube/program/js/tiny_mce/ /usr/share/tinymce/www/
+<Directory "/usr/share/tinymce/www/">
+      Options Indexes MultiViews FollowSymLinks
+      AllowOverride None
+      Order allow,deny
+      allow from all
+</Directory>
+
 # This alias does not work properly with several hosts on your apache server
 # Uncomment it to use it
 #    Alias /roundcube /var/lib/roundcube
@@ -28,3 +39,4 @@
        Order allow,deny
        Deny from all
 </Directory>
+