]> granicus.if.org Git - apache/commitdiff
Merge r1343935:
authorStefan Fritsch <sf@apache.org>
Tue, 29 May 2012 19:19:37 +0000 (19:19 +0000)
committerStefan Fritsch <sf@apache.org>
Tue, 29 May 2012 19:19:37 +0000 (19:19 +0000)
be more verbose about what -DDUMP_CONFIG does not

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1343937 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/configuring.xml
docs/manual/mod/mod_info.xml

index 1f23479cb81944184176b1a4b3a39e771a8fc0b5..4a8b36bb9c7299358637d8b88d9931d202f18bdc 100644 (file)
@@ -111,7 +111,8 @@ Server.</p>
     variables resolved and all comments and non-matching
     <directive module="core" type="section">IfDefine</directive> and
     <directive module="core" type="section">IfModule</directive> sections
-    removed.</p>
+    removed. However, the output does not reflect the merging or overriding
+    that may happen for repeated directives.</p>
   </section>
 
   <section id="modules">
index 519ed4b744ea21dca10da5fda4a4696e8217b7a6..eba76012270dfeda3deeb15131046499c076a699 100644 (file)
@@ -114,8 +114,16 @@ configuration</description>
 <section id="startup"><title>Dumping the configuration on startup</title>
     <p>If the config define <code>-DDUMP_CONFIG</code> is set,
     <module>mod_info</module> will dump the pre-parsed configuration to
-    <code>stdout</code> during server startup. This is roughly equivalent
-    to the <code>?config</code> query.</p>
+    <code>stdout</code> during server startup. Pre-parsed means that
+    directives like
+    <directive type="section" module="core">IfDefine</directive> and
+    <directive type="section" module="core">IfModule</directive> are
+    evaluated and environment varialbles are replaced. However it does
+    not represent the final state of the configuration. In particular,
+    it does not represent the merging or overriding that may happen
+    for repeated directives.</p>
+
+    <p>This is roughly equivalent to the <code>?config</code> query.</p>
 </section>
 
 <section id="limitations"><title>Known Limitations</title>