Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 7B647200C8E for ; Thu, 25 May 2017 08:23:02 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 79F31160BD0; Thu, 25 May 2017 06:23:02 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id BEFCF160BB6 for ; Thu, 25 May 2017 08:23:01 +0200 (CEST) Received: (qmail 34758 invoked by uid 500); 25 May 2017 06:23:00 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 34747 invoked by uid 99); 25 May 2017 06:23:00 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 May 2017 06:23:00 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 870F43A0611 for ; Thu, 25 May 2017 06:22:59 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1796131 - /httpd/httpd/branches/2.4.x/docs/manual/mod/mod_info.xml Date: Thu, 25 May 2017 06:22:59 -0000 To: cvs@httpd.apache.org From: jailletc36@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20170525062259.870F43A0611@svn01-us-west.apache.org> archived-at: Thu, 25 May 2017 06:23:02 -0000 Author: jailletc36 Date: Thu May 25 06:22:58 2017 New Revision: 1796131 URL: http://svn.apache.org/viewvc?rev=1796131&view=rev Log: Backport r1772559, r1774492, r1774493, r1774505 + reorder section/module in order to synch with trunk. Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_info.xml Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_info.xml URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_info.xml?rev=1796131&r1=1796130&r2=1796131&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_info.xml (original) +++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_info.xml Thu May 25 06:22:58 2017 @@ -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.