mirror of
https://github.com/apache/httpd.git
synced 2025-07-30 20:03:10 +03:00
move warning about session cache not being configured to ssl_scache_init
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94243 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -271,17 +271,6 @@ int ssl_init_Module(apr_pool_t *p, apr_pool_t *plog,
|
||||
ssl_init_Engine(base_server, p);
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Warn the user that he should use the session cache.
|
||||
* But we can operate without it, of course.
|
||||
*/
|
||||
if (mc->nSessionCacheMode == SSL_SCMODE_UNSET) {
|
||||
ssl_log(base_server, SSL_LOG_WARN,
|
||||
"Init: Session Cache is not configured "
|
||||
"[hint: SSLSessionCache]");
|
||||
mc->nSessionCacheMode = SSL_SCMODE_NONE;
|
||||
}
|
||||
|
||||
/*
|
||||
* initialize the mutex handling
|
||||
*/
|
||||
|
Reference in New Issue
Block a user