~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[alpine-aports] [PATCH] main/apache2: recompile broken suEXEC

Details
Message ID
<20160331153518.1E49719F@rotersand.stelas.de>
Sender timestamp
1459441850
DKIM signature
missing
Download raw message
Fixing two issues regarding suEXEC:
- suEXEC compiles with correct Apache user
- set docroot to /var/www - needed for virtual hosts

---
 main/apache2/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/main/apache2/APKBUILD b/main/apache2/APKBUILD
index ad1288e..9a3e911 100644
--- a/main/apache2/APKBUILD
+++ b/main/apache2/APKBUILD
_at_@ -71,8 +71,8 @@ build() {
 		--enable-layout=Alpine \
 		--enable-so \
 		--enable-suexec \
-		--with-suexec-caller=http \
-		--with-suexec-docroot=/var/www/localhost/htdocs \
+		--with-suexec-caller=apache \
+		--with-suexec-docroot=/var/www \
 		--with-suexec-logfile=/var/log/apache2/suexec.log \
 		--with-suexec-bin=/usr/sbin/suexec \
 		--with-suexec-uidmin=99 \
-- 
2.6.6
---


---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)