From: Ryan Bloom Date: Sun, 25 Mar 2001 20:07:54 +0000 (+0000) Subject: Enable mod_status by default. This matches the docs and what 1.3 does. X-Git-Tag: 2.0.16~75 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b2437fe0b1a6dda4b657c822f2c8ad13f86dd2a3;p=apache Enable mod_status by default. This matches the docs and what 1.3 does. Submitted by: Ed Korthof git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88578 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index be426425c6..ba1932864a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,8 @@ Changes with Apache 2.0.16-dev + *) Enable mod_status by default. This matches what Apache 1.3 does. + [Ed Korthof] + *) Add a ScriptSock directive to the default config file. This is only enabled when mod_cgid is used. [Taketo Kabe ] diff --git a/modules/generators/config5.m4 b/modules/generators/config5.m4 index 6d7c60ac76..6223222f19 100644 --- a/modules/generators/config5.m4 +++ b/modules/generators/config5.m4 @@ -4,7 +4,7 @@ dnl APACHE_MODULE(name, helptext[, objects[, structname[, default[, config]]]]) APACHE_MODPATH_INIT(generators) -APACHE_MODULE(status, process/thread monitoring, , , most) +APACHE_MODULE(status, process/thread monitoring, , , yes) APACHE_MODULE(autoindex, directory listing, , , yes) APACHE_MODULE(asis, as-is filetypes, , , yes) APACHE_MODULE(info, server information, , , most)