]> granicus.if.org Git - apache/commitdiff
Change a few "no" module to "most". Leave suexec: it must be explicitly
authorGreg Stein <gstein@apache.org>
Sun, 18 Feb 2001 02:43:34 +0000 (02:43 +0000)
committerGreg Stein <gstein@apache.org>
Sun, 18 Feb 2001 02:43:34 +0000 (02:43 +0000)
enabled.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88224 13f79535-47bb-0310-9956-ffa450edef68

modules/generators/config5.m4

index 2a1799f740ca14f6d52836ba0ecf8a99b399e2aa..6d7c60ac76598287e83415b90a7257f5f440584c 100644 (file)
@@ -4,10 +4,10 @@ dnl APACHE_MODULE(name, helptext[, objects[, structname[, default[, config]]]])
 
 APACHE_MODPATH_INIT(generators)
 
-APACHE_MODULE(status, process/thread monitoring, , , no)
+APACHE_MODULE(status, process/thread monitoring, , , most)
 APACHE_MODULE(autoindex, directory listing, , , yes)
 APACHE_MODULE(asis, as-is filetypes, , , yes)
-APACHE_MODULE(info, server information, , , no)
+APACHE_MODULE(info, server information, , , most)
 APACHE_MODULE(suexec, set uid and gid for spawned processes, , , no, [
               other_targets=suexec ] )