summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-03-13 16:43:30 +0000
committerBaserock Gerrit <gerrit@baserock.org>2015-04-13 16:18:55 +0000
commit7afae9e4948f9f8dca8e2cabf321c7b11df8a1a8 (patch)
treef121b3727fca102c0edca2f150cc26cd6760b231
parenta163a811531f5ea9db30ee955824b8f0ba319d64 (diff)
downloaddefinitions-7afae9e4948f9f8dca8e2cabf321c7b11df8a1a8.tar.gz
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
-rw-r--r--strata/apache-httpd-server/httpd-server.morph2
1 files changed, 1 insertions, 1 deletions
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 \