summarylogtreecommitdiffstats
path: root/fixes-apache-path.patch
diff options
context:
space:
mode:
authorSwaelens Jonathan2016-07-16 12:02:30 +0200
committerSwaelens Jonathan2016-07-16 12:02:30 +0200
commitb4ba15def4f2665c84fac33a5821b88e931a6911 (patch)
tree11777cd659c127010bec5e52f0ae01af0d66274e /fixes-apache-path.patch
parentabaf0d812eefabc10d022cb4e69e5f61d3c1e956 (diff)
downloadaur-b4ba15def4f2665c84fac33a5821b88e931a6911.tar.gz
Fixes alias path in fixes-apache-path.patch
Diffstat (limited to 'fixes-apache-path.patch')
-rw-r--r--fixes-apache-path.patch15
1 files changed, 10 insertions, 5 deletions
diff --git a/fixes-apache-path.patch b/fixes-apache-path.patch
index 153c863e9e69..519e9ddff322 100644
--- a/fixes-apache-path.patch
+++ b/fixes-apache-path.patch
@@ -1,13 +1,18 @@
--- a/contrib/apache/fusiondirectory-apache.conf 2016-04-08 10:58:20.963919038 +0200
+++ b/contrib/apache/fusiondirectory-apache.conf 2016-04-08 11:10:44.903889735 +0200
-@@ -1,6 +1,10 @@
+@@ -1,8 +1,13 @@
# Include FusionDirectory to your web service
- Alias /fusiondirectory /var/www/fusiondirectory/html
-
+-Alias /fusiondirectory /var/www/fusiondirectory/html
++Alias /fusiondirectory /usr/share/webapps/fusiondirectory/html
++
+<Directory /usr/share/webapps/fusiondirectory/html>
-+ Require all granted
++ Require all granted
+</Directory>
-+
+
<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
+