summaryrefslogtreecommitdiff
path: root/strata
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-03-13 16:43:30 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-03-14 12:14:38 +0000
commitd187aaa224166fcd59ef371fd8bb1ab130858088 (patch)
tree69c20e4ce4aef640bd62e3c685ab922e7920ddd0 /strata
parente0eb80156f963558e2e60f03cec7a9ed3425c393 (diff)
downloaddefinitions-d187aaa224166fcd59ef371fd8bb1ab130858088.tar.gz
Change suexec location in httpd-server.morph
Diffstat (limited to 'strata')
-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 \