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

removing old proxy extension code

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94301 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Doug MacEachern
2002-03-29 07:36:01 +00:00
parent c3e2155dca
commit 1d739333a1
3 changed files with 0 additions and 604 deletions

View File

@@ -206,8 +206,6 @@ static int ssl_hook_pre_config(apr_pool_t *pconf,
/* Register us to handle mod_log_config %c/%x variables */
ssl_var_log_config_register(pconf);
#if 0 /* XXX */
/* XXX: Register us to handle mod_proxy extensions that don't exist yet */
ssl_ext_proxy_register(pconf);
/* XXX: Register us to handle mod_status extensions that don't exist yet */
ssl_scache_status_register(pconf);
#endif /* -0- */