mirror of
https://github.com/apache/httpd.git
synced 2025-08-16 17:04:42 +00:00
be more verbose about what -DDUMP_CONFIG does not
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1343935 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -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">
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user