summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSwaelens Jonathan2016-04-08 11:11:48 +0200
committerSwaelens Jonathan2016-04-08 11:11:48 +0200
commit9e7e76ed3e1873cdddc3119e01a2ffed0ae3ccce (patch)
tree038244873e38727486e49b22a4997d09fcecfb04
parente4cb8f52eadd4425fd981546f166e99de7b3c67d (diff)
downloadaur-9e7e76ed3e1873cdddc3119e01a2ffed0ae3ccce.tar.gz
Fixes #4679 Add directory option for apache
-rw-r--r--fixes-apache-path.patch16
1 files changed, 8 insertions, 8 deletions
diff --git a/fixes-apache-path.patch b/fixes-apache-path.patch
index 2ae00612a36d..153c863e9e69 100644
--- a/fixes-apache-path.patch
+++ b/fixes-apache-path.patch
@@ -1,13 +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 @@
+--- 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 @@
# Include FusionDirectory to your web service
--Alias /fusiondirectory /var/www/fusiondirectory/html
-+Alias /fusiondirectory /usr/share/webapps/fusiondirectory/html
+ Alias /fusiondirectory /var/www/fusiondirectory/html
++<Directory /usr/share/webapps/fusiondirectory/html>
++ 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