Skip to content

Commit f06d428

Browse files
committed
example of using -DDUMP_CONFIG
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1774492 13f79535-47bb-0310-9956-ffa450edef68
1 parent 7449f05 commit f06d428

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

docs/manual/mod/mod_info.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,13 @@ configuration</description>
116116
<section id="startup"><title>Dumping the configuration on startup</title>
117117
<p>If the config define <code>-DDUMP_CONFIG</code> is set,
118118
<module>mod_info</module> will dump the pre-parsed configuration to
119-
<code>stdout</code> during server startup. Pre-parsed means that
120-
directives like
119+
<code>stdout</code> during server startup.</p>
120+
121+
<highlight langage="sh">
122+
httpd -DDUMP_CONFIG -k start
123+
</highlight>
124+
125+
<p>Pre-parsed means that directives like
121126
<directive type="section" module="core">IfDefine</directive> and
122127
<directive type="section" module="core">IfModule</directive> are
123128
evaluated and environment varialbles are replaced. However it does

0 commit comments

Comments
 (0)