From ee47c06eeb9f1f496582afc0566ddfbeac2b8358 Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Thu, 25 May 2017 06:22:58 +0000 Subject: [PATCH] Backport r1772559, r1774492, r1774493, r1774505 + reorder section/module in order to synch with trunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1796131 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_info.xml | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/docs/manual/mod/mod_info.xml b/docs/manual/mod/mod_info.xml index 8461ac400c..2cacbed8dc 100644 --- a/docs/manual/mod/mod_info.xml +++ b/docs/manual/mod/mod_info.xml @@ -108,17 +108,24 @@ configuration
Only a simple list of enabled modules
?server
Only the basic server information
+
?providers
+
List the providers that are available on your server
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 + evaluated and environment variables are replaced. However it does not represent the final state of the configuration. In particular, it does not represent the merging or overriding that may happen for repeated directives.

@@ -139,18 +146,18 @@ configuration LoadFile.
  • Directives which control the configuration file itself, such as Include, - IfModule and - IfDefine are not + IfModule and + IfDefine are not listed, but the included configuration directives are.
  • Comments are not listed. (This may be considered a feature.)
  • Configuration directives from .htaccess files are not listed (since they do not form part of the permanent server configuration).
  • Container directives such as - Directory + Directory are listed normally, but mod_info cannot figure out the line number for the closing - /Directory.
  • + /Directory.
  • Directives generated by third party modules such as mod_perl might not be listed.
  • -- 2.40.0