]> granicus.if.org Git - apache/commitdiff
httpd.exe/apachectl -V: display the DYNAMIC_MODULE_LIMIT setting
authorJeff Trawick <trawick@apache.org>
Thu, 1 Sep 2005 14:21:38 +0000 (14:21 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 1 Sep 2005 14:21:38 +0000 (14:21 +0000)
(1.3 has done that for a while)

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

CHANGES
server/main.c

diff --git a/CHANGES b/CHANGES
index 3f2caf8ac65c1de58e8d887837d45d532793a81e..d12a117ba266daa1ab82b822580a7af4ed53e5df 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,9 @@
 Changes with Apache 2.3.0
   [Remove entries to the current 2.0 and 2.2 section below, when backported]
 
+  *) httpd.exe/apachectl -V: display the DYNAMIC_MODULE_LIMIT setting, as
+     in 1.3.  [Jeff Trawick]
+
   *) mod_log_config: %{hextid}P will log the thread id in hex with APR
      versions 1.2.0 or higher.  [Jeff Trawick]
 
index 980858192151bc527ab565aa9fca7eca03cfb3c6..3b0d207103fc55c786057e3e61a26572113e33e5 100644 (file)
@@ -196,6 +196,8 @@ static void show_compile_settings(void)
 #endif
 #endif
 
+    printf(" -D DYNAMIC_MODULE_LIMIT=%ld\n",(long)DYNAMIC_MODULE_LIMIT);
+
 #if APR_CHARSET_EBCDIC
     printf(" -D APR_CHARSET_EBCDIC\n");
 #endif