From 7afae9e4948f9f8dca8e2cabf321c7b11df8a1a8 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Fri, 13 Mar 2015 16:43:30 +0000 Subject: Change suexec location in httpd-server.morph apache-httpd needs to know where suexec is, even when suexec is being installed by the same chunk. We were moving/copying the binary after installation to /lib/httpd. With this change, the hack won't be needed. Change-Id: I71bb6ea0ff80d41ae4061bfeb441750741343970 --- strata/apache-httpd-server/httpd-server.morph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'strata') diff --git a/strata/apache-httpd-server/httpd-server.morph b/strata/apache-httpd-server/httpd-server.morph index f7662912..41f0c36b 100644 --- a/strata/apache-httpd-server/httpd-server.morph +++ b/strata/apache-httpd-server/httpd-server.morph @@ -29,7 +29,7 @@ configure-commands: --with-suexec-caller=apache \ --with-suexec-docroot=/var/www \ --with-suexec-logfile=/var/log/httpd/suexec.log \ - --with-suexec-bin="$PREFIX"/lib/httpd/suexec \ + --with-suexec-bin="$PREFIX"/sbin/suexec \ --with-suexec-uidmin=500 --with-suexec-gidmin=100\ --with-suexec-userdir=public_html \ --enable-pie \ -- cgit v1.2.1