Daniele Orlandi forwarded me a patch to fix this problem, it looks like the right thing to do. -Dave > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of > Daniele Orlandi > Sent: Friday, October 13, 2000 12:33 PM > To: [EMAIL PROTECTED] > Subject: Startup problem with mod_ssl & shm > > > > Hi David, > > Sorry for not using Bug Database & mailing list, I can confirm the > existence of bug mentioned by Andrew Brady. > > mod_ssl 2.7.0 with mm-1.1.3, just recompiled, and it started to appear. > stracing https shows an attempt to open a file preceded by a colon. > > Here's a patch that seems to work on my system. It may be the wrong > approach, but should help you to locate the bug source: > > --- mod_ssl-2.7.0-1.3.14/pkg.sslmod/ssl_engine_config.c Mon Oct 9 > 18:02:56 2000 > +++ mod_ssl-2.7.0-1.3.14-patched/pkg.sslmod/ssl_engine_config.c > Fri Oct > 13 21:15:43 2000 > @@ -736,7 +736,7 @@ > if (!ap_mm_useable()) > return "SSLSessionCache: shared memory cache not useable on > this platform"; > mc->nSessionCacheMode = SSL_SCMODE_SHMHT; > - cp = strchr(arg, ':'); > + cp = strchr(arg, ':')+1; > mc->szSessionCacheDataFile = ap_pstrdup(mc->pPool, > > ssl_util_server_root_relative(cmd->pool, "scache", cp)); > mc->tSessionCacheDataTable = NULL; > > Bye. > > -- > Daniele > > ------------------------------------------------------------------ > ------------- > Daniele Orlandi - Utility Line Italia - http://www.orlandi.com > Via Mezzera 29/A - 20030 - Seveso (MI) - Italy > ------------------------------------------------------------------ > ------------- ______________________________________________________________________ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]