1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-08 15:02:10 +03:00

Complete the rename of the ssl_scache_status_register and

ssl_ext_proxy_register (which has yet to be renamed for it's
  future location, since I'm not going further at the moment
  with implementing it's functionallity, all my focus is on
  the ssl_var_register arm.)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90524 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
William A. Rowe Jr
2001-08-23 00:06:27 +00:00
parent b291723bc7
commit de9321e1e6
4 changed files with 8 additions and 6 deletions

View File

@@ -211,9 +211,9 @@ static void ssl_hook_pre_config(
ssl_var_log_config_register(pconf);
#if 0 /* XXX */
/* XXX: Register us to handle mod_proxy extensions that don't exist yet */
ssl_ext_mp_register(pconf);
ssl_ext_proxy_register(pconf);
/* XXX: Register us to handle mod_status extensions that don't exist yet */
ssl_ext_ms_register(pconf);
ssl_scache_status_register(pconf);
#endif /* -0- */
}