summarylogtreecommitdiffstats
path: root/apache.patch
diff options
context:
space:
mode:
authorJavier Torres2015-06-09 17:12:12 +0200
committerJavier Torres2015-06-09 17:12:12 +0200
commit53d1bf4d4154ca79d901effe0a02baa3f7735622 (patch)
tree0344d886ed246eef91129baa822a64a82d67f52b /apache.patch
downloadaur-53d1bf4d4154ca79d901effe0a02baa3f7735622.tar.gz
Initial import
Diffstat (limited to 'apache.patch')
-rw-r--r--apache.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/apache.patch b/apache.patch
new file mode 100644
index 000000000000..e437bcde95ea
--- /dev/null
+++ b/apache.patch
@@ -0,0 +1,28 @@
+--- a/doc/hosted-kolab.conf
++++ b/doc/hosted-kolab.conf
+@@ -9,9 +9,9 @@
+ # See the Kolab Groupware Installation Manual for more information.
+ #
+
+-Alias /hosted-kolab /usr/share/kolab-webadmin/hosted/
++Alias /hosted-kolab /usr/share/webapps/kolab-webadmin/hosted/
+
+-<Directory "/usr/share/kolab-webadmin/hosted/">
++<Directory "/usr/share/webapps/kolab-webadmin/hosted/">
+ <IfModule mod_rewrite.c>
+ RewriteEngine on
+ # NOTE: This needs to point to the base uri of your installation.
+--- a/doc/kolab-webadmin.conf
++++ b/doc/kolab-webadmin.conf
+@@ -9,9 +9,9 @@
+ # See the Kolab Groupware Installation Manual for more information.
+ #
+
+-Alias /kolab-webadmin /usr/share/kolab-webadmin/public_html/
++Alias /kolab-webadmin /usr/share/webapps/kolab-webadmin/public_html/
+
+-<Directory "/usr/share/kolab-webadmin/public_html/">
++<Directory "/usr/share/webapps/kolab-webadmin/public_html/">
+ <IfModule mod_rewrite.c>
+ RewriteEngine on
+ # NOTE: This needs to point to the base uri of your installation.