From 03363bae813990d3c7d6905c4e0c148a239783c8 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Thu, 15 Dec 2016 16:22:38 +0000 Subject: [PATCH] example of using -DDUMP_CONFIG git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1774492 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_info.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/mod_info.xml b/docs/manual/mod/mod_info.xml index c8e5c39735d..17ef088ba0d 100644 --- a/docs/manual/mod/mod_info.xml +++ b/docs/manual/mod/mod_info.xml @@ -116,8 +116,13 @@ configuration
Dumping the configuration on startup

If the config define -DDUMP_CONFIG is set, mod_info will dump the pre-parsed configuration to - stdout during server startup. Pre-parsed means that - directives like + stdout during server startup.

+ + + httpd -DDUMP_CONFIG -k start + + +

Pre-parsed means that directives like IfDefine and IfModule are evaluated and environment varialbles are replaced. However it does -- 2.47.3