1 parent 7449f05 commit f06d428Copy full SHA for f06d428
1 file changed
docs/manual/mod/mod_info.xml
@@ -116,8 +116,13 @@ configuration</description>
116
<section id="startup"><title>Dumping the configuration on startup</title>
117
<p>If the config define <code>-DDUMP_CONFIG</code> is set,
118
<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
+ <code>stdout</code> during server startup.</p>
+
121
+ <highlight langage="sh">
122
+ httpd -DDUMP_CONFIG -k start
123
+ </highlight>
124
125
+ <p>Pre-parsed means that directives like
126
<directive type="section" module="core">IfDefine</directive> and
127
<directive type="section" module="core">IfModule</directive> are
128
evaluated and environment varialbles are replaced. However it does
0 commit comments