"Dave" <davenNOSPAMmanvel@hotmailNOSPAMdotcom> schreef in bericht
news:46579bc0$0$24432$88260bb3@free.teranews.com.. .
> How can I fix this? I tried Googling, but not really any there.
>
> Error log:
>
> [Fri May 25 20:05:51 2007] [warn] Init: Session Cache is not configured
> [hint: SSLSessionCache]
> [Fri May 25 20:05:52 2007] [notice] Apache/2.2.4 (Win32) mod_ssl/2.2.3
Most likely your config has a line like
SSLSessionCache dbm:/var/run/ssl_scache
is refering to a non-existant folder.
http://httpd.apache.org/docs/2.0/mod...slsessioncache
HansH