From: Manoj Kasichainula Date: Tue, 24 Oct 2000 11:45:41 +0000 (+0000) Subject: Don't build mod_suexec by default. It breaks other platforms, and X-Git-Tag: APACHE_2_0_ALPHA_8~256 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=98516e93729394ca45bfce9b8d211513361a5c5a;p=apache Don't build mod_suexec by default. It breaks other platforms, and since suexec isn't built by default anyway, it makes sense to treat mod_suexec similarly. Submitted by: Greg Stein git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86730 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/aaa/config.m4 b/modules/aaa/config.m4 index ae09ad7f8d..9aaa782cc1 100644 --- a/modules/aaa/config.m4 +++ b/modules/aaa/config.m4 @@ -26,7 +26,7 @@ APACHE_CHECK_STANDARD_MODULE(imap, internal imagemaps, , yes) APACHE_CHECK_STANDARD_MODULE(actions, Action triggering on requests, action, yes) APACHE_CHECK_STANDARD_MODULE(speling, correct common URL misspellings, , no) APACHE_CHECK_STANDARD_MODULE(userdir, mapping of user requests, , yes) -APACHE_CHECK_STANDARD_MODULE(suexec, set uid and gid for spawned processes, , yes) +APACHE_CHECK_STANDARD_MODULE(suexec, set uid and gid for spawned processes, , no) APACHE_CHECK_STANDARD_MODULE(alias, translation of requests, , yes) APACHE_CHECK_STANDARD_MODULE(rewrite, regex URL translation, , no, [