]> granicus.if.org Git - apache/commitdiff
Enable mod_status by default. This matches the docs and what 1.3 does.
authorRyan Bloom <rbb@apache.org>
Sun, 25 Mar 2001 20:07:54 +0000 (20:07 +0000)
committerRyan Bloom <rbb@apache.org>
Sun, 25 Mar 2001 20:07:54 +0000 (20:07 +0000)
Submitted by: Ed Korthof

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

CHANGES
modules/generators/config5.m4

diff --git a/CHANGES b/CHANGES
index be426425c687ff8d65b0d4716e7c788fe9941b05..ba1932864afbf5d86f8e5f6567965f65d24f15f5 100644 (file)
--- 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 <kabe@sra-tohoku.co.jp>]
index 6d7c60ac76598287e83415b90a7257f5f440584c..6223222f19b0f4d9efedef51168128de2de2d15b 100644 (file)
@@ -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)