summarylogtreecommitdiffstats
path: root/fixes-apache-path.patch
diff options
context:
space:
mode:
Diffstat (limited to 'fixes-apache-path.patch')
-rw-r--r--fixes-apache-path.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/fixes-apache-path.patch b/fixes-apache-path.patch
new file mode 100644
index 000000000000..2ae00612a36d
--- /dev/null
+++ b/fixes-apache-path.patch
@@ -0,0 +1,13 @@
+--- a/contrib/apache/fusiondirectory-apache.conf 2015-06-04 14:47:07.837860500 +0200
++++ b/contrib/apache/fusiondirectory-apache.conf 2015-06-04 14:48:38.402860800 +0200
+@@ -1,8 +1,9 @@
+ # Include FusionDirectory to your web service
+-Alias /fusiondirectory /var/www/fusiondirectory/html
++Alias /fusiondirectory /usr/share/webapps/fusiondirectory/html
+
+ <IfModule mod_php5.c>
+ <Location /fusiondirectory>
++ Require all granted
+ php_admin_flag engine on
+ php_admin_flag register_globals off
+ php_admin_flag allow_call_time_pass_reference off