summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoratomlong2021-06-29 12:36:52 +0800
committeratomlong2021-06-29 12:36:52 +0800
commitc6d507052b12fd4e15218d3547bfabe2f6610edb (patch)
tree6a7b4d0dd3ba72906783eb74208876597b4c619a
parent290c2fcae7d1cec58f98c65348fbab48f740703a (diff)
downloadaur-dokuwiki-git.tar.gz
update apache configure example
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--apache.example.conf3
3 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b53d10ed0941..bb6648801100 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dokuwiki-git
pkgdesc = Simple to use and highly versatile Open Source wiki software
pkgver = 20200729.r127.g66ed1b5e1
- pkgrel = 1
+ pkgrel = 2
url = https://www.dokuwiki.org/
arch = any
license = GPL
@@ -14,7 +14,7 @@ pkgbase = dokuwiki-git
source = git+https://github.com/splitbrain/dokuwiki.git
source = apache.example.conf
sha512sums = SKIP
- sha512sums = d37c0288121eb509506e060473dc4fa11142a27442ba6c0bb35b43193089f1ae4c1cfea736866db9c2122f086a825220e497e04460c7f2e81966d5a6fbf9b1f6
+ sha512sums = 0575ad5d1db22e931bcb878db86dc2b60a23bb7d2ce6dc6801906f1358e35a4bee16a70fed11cf67483d8739a216e6063012750792b733735256c4e0f7887e2e
pkgname = dokuwiki-git
diff --git a/PKGBUILD b/PKGBUILD
index 8098e366f13a..ab0c3366ae8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=dokuwiki-git
pkgver=20200729.r127.g66ed1b5e1
-pkgrel=1
+pkgrel=2
pkgdesc='Simple to use and highly versatile Open Source wiki software'
arch=('any')
url='https://www.dokuwiki.org/'
@@ -18,7 +18,7 @@ options=('!strip')
source=("git+https://github.com/splitbrain/dokuwiki.git"
'apache.example.conf')
sha512sums=('SKIP'
- 'd37c0288121eb509506e060473dc4fa11142a27442ba6c0bb35b43193089f1ae4c1cfea736866db9c2122f086a825220e497e04460c7f2e81966d5a6fbf9b1f6')
+ '0575ad5d1db22e931bcb878db86dc2b60a23bb7d2ce6dc6801906f1358e35a4bee16a70fed11cf67483d8739a216e6063012750792b733735256c4e0f7887e2e')
provides=("dokuwiki")
conflicts=("dokuwiki")
diff --git a/apache.example.conf b/apache.example.conf
index fbffce13ad8d..6bdb0bb18891 100644
--- a/apache.example.conf
+++ b/apache.example.conf
@@ -2,7 +2,6 @@ Alias /dokuwiki /usr/share/webapps/dokuwiki
<Directory /usr/share/webapps/dokuwiki/>
Options +FollowSymLinks
AllowOverride All
- order allow,deny
- allow from all
+ Require all granted
php_admin_value open_basedir "/tmp/:/usr/share/webapps/dokuwiki/:/etc/webapps/dokuwiki/:/var/lib/dokuwiki/"
</Directory>