]> granicus.if.org Git - apache/commitdiff
Show the Quick Handlers in mod_info. Commit it to trunk, instead of the
authorPaul Querna <pquerna@apache.org>
Thu, 12 May 2005 07:45:39 +0000 (07:45 +0000)
committerPaul Querna <pquerna@apache.org>
Thu, 12 May 2005 07:45:39 +0000 (07:45 +0000)
Listen-Protocol Branch that my -dev workspace was using.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@169789 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
modules/generators/mod_info.c

diff --git a/CHANGES b/CHANGES
index 3b7b1b84e5ebbaab7457b36ac680fc013b19a6ef..4edebf661dc5eaeb61d21d4fa25f463156fb83b8 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,8 @@
 Changes with Apache 2.1.5
 
   [Remove entries to the current 2.0 section below, when backported]
+  
+  *) mod_info: Show the Quick Handler [Paul Querna]
 
   *) mod_ldap: Add the directive LDAPVerifyServerCert to specify 
      whether to force verification of the server certificate when
index cbf6742c1accb1e778768235b5989ffe795889b7..a944c380b9f3e3d5d69f9f29347def09fb3e464b 100644 (file)
@@ -252,7 +252,8 @@ static hook_lookup_t request_hooks[] = {
     {"Header Parse", ap_hook_get_header_parser},
     {"HTTP Scheme", ap_hook_get_http_scheme},
     {"Default Port", ap_hook_get_default_port},
-    {"Translate Path", ap_hook_get_translate_name},
+    {"Quick Handler", ap_hook_get_quick_handler},
+    {"Translate Name", ap_hook_get_translate_name},
     {"Map to Storage", ap_hook_get_map_to_storage},
     {"Check Access", ap_hook_get_access_checker},
     {"Verify User ID", ap_hook_get_check_user_id},