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">
<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>