projects
/
apache
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8d6987
)
configure: don't overwrite other_targets when mod_suexec is enabled
author
Jacob Champion
<jchampion@apache.org>
Thu, 25 May 2017 21:18:30 +0000
(21:18 +0000)
committer
Jacob Champion
<jchampion@apache.org>
Thu, 25 May 2017 21:18:30 +0000
(21:18 +0000)
Just append to the list.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/httpdunit@
1796201
13f79535
-47bb-0310-9956-
ffa450edef68
modules/generators/config5.m4
patch
|
blob
|
history
diff --git
a/modules/generators/config5.m4
b/modules/generators/config5.m4
index bf295217e003127136bf70823b6a0b10889521dd..da3314093899e10a8b603b62017ba15f6bebbedd 100644
(file)
--- a/
modules/generators/config5.m4
+++ b/
modules/generators/config5.m4
@@
-9,7
+9,7
@@
APACHE_MODULE(autoindex, directory listing, , , yes)
APACHE_MODULE(asis, as-is filetypes, , , )
APACHE_MODULE(info, server information, , , most)
APACHE_MODULE(suexec, set uid and gid for spawned processes, , , no, [
- other_targets=
suexec
] )
+ other_targets=
"$other_targets suexec"
] )
# Is mod_cgid needed?
case $host in