From a63af38ea34b9210ec83936ce0575a5fc349823b Mon Sep 17 00:00:00 2001 From: Stefan Fritsch Date: Sun, 4 Dec 2011 09:16:12 +0000 Subject: [PATCH] Merge r1210080: Point to mod_socache_* in the SSLSessionCache error message git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1210083 13f79535-47bb-0310-9956-ffa450edef68 --- modules/ssl/ssl_engine_config.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/ssl/ssl_engine_config.c b/modules/ssl/ssl_engine_config.c index 41de7ee57a..5ad9cc8163 100644 --- a/modules/ssl/ssl_engine_config.c +++ b/modules/ssl/ssl_engine_config.c @@ -1150,7 +1150,9 @@ const char *ssl_cmd_SSLSessionCache(cmd_parms *cmd, all_names = apr_array_pstrcat(cmd->pool, name_list, ','); err = apr_psprintf(cmd->pool, "'%s' session cache not supported " - "(known names: %s)", name, all_names); + "(known names: %s). Maybe you need to load the " + "appropriate socache module (mod_socache_%s?).", + name, all_names, name); } } -- 2.40.0