mirror of
https://github.com/apache/httpd.git
synced 2025-08-07 04:02:58 +03:00
Change mostly all old module structure hooks and EAPI hooks to
ap_hook_xxx equivalents. More work has to be done here to clean all this up and reduce to a minimum... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89020 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -543,6 +543,8 @@ int ssl_hook_Handler(request_rec *r)
|
||||
char *thisport;
|
||||
char *thisurl;
|
||||
|
||||
if (strNE(r->handler, "mod_ssl:content-handler"))
|
||||
return DECLINED;
|
||||
if (strNEn(r->uri, "/mod_ssl:", 9))
|
||||
return DECLINED;
|
||||
|
||||
|
Reference in New Issue
Block a user