From 1b223229a188d0559b08b2c1fa38bfd0b6b4eed4 Mon Sep 17 00:00:00 2001 From: Jacob Champion Date: Thu, 25 May 2017 21:18:30 +0000 Subject: [PATCH] configure: don't overwrite other_targets when mod_suexec is enabled 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/generators/config5.m4 b/modules/generators/config5.m4 index bf295217e0..da33140938 100644 --- 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 -- 2.50.1