summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_info.html.en
diff options
context:
space:
mode:
Diffstat (limited to 'docs/manual/mod/mod_info.html.en')
-rw-r--r--docs/manual/mod/mod_info.html.en12
1 files changed, 10 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_info.html.en b/docs/manual/mod/mod_info.html.en
index 3f6a10b1a0..282ee8de4e 100644
--- a/docs/manual/mod/mod_info.html.en
+++ b/docs/manual/mod/mod_info.html.en
@@ -133,8 +133,16 @@ configuration</td></tr>
<h2><a name="startup" id="startup">Dumping the configuration on startup</a></h2>
<p>If the config define <code>-DDUMP_CONFIG</code> is set,
<code class="module"><a href="../mod/mod_info.html">mod_info</a></code> 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
+ <code class="directive"><a href="../mod/core.html#ifdefine">&lt;IfDefine&gt;</a></code> and
+ <code class="directive"><a href="../mod/core.html#ifmodule">&lt;IfModule&gt;</a></code> 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>
</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
<div class="section">
<h2><a name="limitations" id="limitations">Known Limitations</a></h2>