From: Paul Querna Date: Sun, 5 Sep 2004 05:48:32 +0000 (+0000) Subject: mod_info: Added ?hooks. Now outputs XHTML. Added more build info. X-Git-Tag: 2.1.1~346 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4a3bcb852dddb76a1034e7f37987b1c03d4337b;p=thirdparty%2Fapache%2Fhttpd.git mod_info: Added ?hooks. Now outputs XHTML. Added more build info. updated mod_info docs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104999 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 6de88825cc8..a996921940a 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,10 @@ Changes with Apache 2.1.0-dev [Remove entries to the current 2.0 section below, when backported] + *) mod_info: Added listing of the Request Hooks and added more build + information like 'httpd -V' contains. Changed output to XHTML. + [Paul Querna] + *) mod_info: Rewrote config tree walk using a recursive function. Added ?config option. Added printout of config filename and line numbers. [Rici Lake , Paul Querna] diff --git a/docs/manual/mod/mod_info.html.en b/docs/manual/mod/mod_info.html.en index 14ea0254c5e..e4b323ba014 100644 --- a/docs/manual/mod/mod_info.html.en +++ b/docs/manual/mod/mod_info.html.en @@ -104,6 +104,8 @@ configuration
Only information relevant to the named module
?config
Just the configuration directives, not sorted by module
+
?hooks
+
Only the list of Hooks each module is attached to
?list
Only a simple list of enabled modules
?server
diff --git a/docs/manual/mod/mod_info.xml b/docs/manual/mod/mod_info.xml index 3f435becc77..fcf72cd1d69 100644 --- a/docs/manual/mod/mod_info.xml +++ b/docs/manual/mod/mod_info.xml @@ -1,7 +1,7 @@ - +