1
0
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:
Ralf S. Engelschall
2001-05-05 16:55:28 +00:00
parent 11b82d3226
commit a0f48e90fa
8 changed files with 257 additions and 184 deletions

View File

@@ -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;