[Remove entries to the current 2.0 section below, when backported]
+ *) mod_proxy: Run mod_rewrite beofre mod_proxy in the translate_name
+ hook. [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]
/* handler */
ap_hook_handler(proxy_handler, NULL, NULL, APR_HOOK_FIRST);
/* filename-to-URI translation */
- ap_hook_translate_name(proxy_trans, NULL, NULL, APR_HOOK_FIRST);
+ ap_hook_translate_name(proxy_trans, aszSucc, NULL, APR_HOOK_FIRST);
/* walk <Proxy > entries and suppress default TRACE behavior */
ap_hook_map_to_storage(proxy_map_location, NULL,NULL, APR_HOOK_FIRST);
/* fixups */