Loading CHANGES +2 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,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_authnz_ldap: Add the directive AuthLDAPAllowDNAuth to allow a user to authenticate against an LDAP directory using a full user DN. [Brad Nicholes] Loading modules/generators/mod_info.c +2 −1 Original line number Diff line number Diff line Loading @@ -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}, Loading Loading
CHANGES +2 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,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_authnz_ldap: Add the directive AuthLDAPAllowDNAuth to allow a user to authenticate against an LDAP directory using a full user DN. [Brad Nicholes] Loading
modules/generators/mod_info.c +2 −1 Original line number Diff line number Diff line Loading @@ -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}, Loading