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

Remove a ton o' cruft. Moves the mod_log_config 'var' extensions to

ssl_engine_vars.c.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90517 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
William A. Rowe Jr
2001-08-22 22:58:07 +00:00
parent 484e3a0a68
commit dfc5bb55f4
8 changed files with 1141 additions and 784 deletions

View File

@@ -207,7 +207,14 @@ static const command_rec ssl_config_cmds[] = {
static void ssl_hook_pre_config(
apr_pool_t *pconf, apr_pool_t *plog, apr_pool_t *ptemp)
{
ssl_ext_register(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_mp_register(pconf);
/* XXX: Register us to handle mod_status extensions that don't exist yet */
ssl_ext_ms_register(pconf);
#endif /* -0- */
}
static int ssl_hook_pre_connection(conn_rec *c)