You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2016/12/15 16:22:38 UTC

svn commit: r1774492 - /httpd/httpd/trunk/docs/manual/mod/mod_info.xml

Author: rbowen
Date: Thu Dec 15 16:22:38 2016
New Revision: 1774492

URL: http://svn.apache.org/viewvc?rev=1774492&view=rev
Log:
example of using -DDUMP_CONFIG

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_info.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_info.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_info.xml?rev=1774492&r1=1774491&r2=1774492&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_info.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_info.xml Thu Dec 15 16:22:38 2016
@@ -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