From 98516e93729394ca45bfce9b8d211513361a5c5a Mon Sep 17 00:00:00 2001 From: Manoj Kasichainula Date: Tue, 24 Oct 2000 11:45:41 +0000 Subject: [PATCH] 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 --- modules/aaa/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, [ -- 2.40.0