Commit f06d4285 authored by Rich Bowen's avatar Rich Bowen
Browse files

example of using -DDUMP_CONFIG

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1774492 13f79535-47bb-0310-9956-ffa450edef68
parent 7449f058
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -116,8 +116,13 @@ 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. Pre-parsed means that
    directives like
    <code>stdout</code> during server startup.</p>

    <highlight langage="sh">
    httpd -DDUMP_CONFIG -k start
    </highlight>
    
    <p>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