summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSwaelens Jonathan2016-07-16 12:02:30 +0200
committerSwaelens Jonathan2016-07-16 12:02:30 +0200
commitb4ba15def4f2665c84fac33a5821b88e931a6911 (patch)
tree11777cd659c127010bec5e52f0ae01af0d66274e
parentabaf0d812eefabc10d022cb4e69e5f61d3c1e956 (diff)
downloadaur-b4ba15def4f2665c84fac33a5821b88e931a6911.tar.gz
Fixes alias path in fixes-apache-path.patch
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--fixes-apache-path.patch15
3 files changed, 13 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f45a41085b8..634ed9e6ae5b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Jul 15 09:34:34 UTC 2016
+# Sat Jul 16 10:02:11 UTC 2016
pkgbase = fusiondirectory
pkgdesc = FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based setups.
pkgver = 1.0.14
@@ -41,7 +41,7 @@ pkgbase = fusiondirectory
source = fixes-headers.patch
md5sums = dfa7f9b317f5d13c49b573eee7b88788
md5sums = 5f92d3e4378d0ea7fda7fa9c8b81d29e
- md5sums = b88da1c13e73cdeb2a89d3c115b2e3e0
+ md5sums = b00b69054c4c40847aa9c575d4550244
md5sums = 0a78917932d864cbaefa0139f90c6ab0
md5sums = 762da632f39f44d8fe3a7fff72feec36
diff --git a/PKGBUILD b/PKGBUILD
index b4463116b4f8..68095f4d6152 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@ source=("http://repos.fusiondirectory.org/sources/1.0/fusiondirectory/fusiondire
md5sums=('dfa7f9b317f5d13c49b573eee7b88788'
"5f92d3e4378d0ea7fda7fa9c8b81d29e"
- "b88da1c13e73cdeb2a89d3c115b2e3e0"
+ "b00b69054c4c40847aa9c575d4550244"
"0a78917932d864cbaefa0139f90c6ab0"
"762da632f39f44d8fe3a7fff72feec36")
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
+