[warn] Init: Session Cache

[warn] Init: Session Cache

am 26.05.2007 05:22:53 von dave

How can I fix this? I tried Googling, but not really any help 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
OpenSSL/0.9.8d PHP/5.2.1 configured -- resuming normal operations
[Fri May 25 20:05:52 2007] [notice] Server built: Jan 9 2007 23:17:20
[Fri May 25 20:05:52 2007] [notice] Parent: Created child process 2196
[Fri May 25 20:05:52 2007] [warn] Init: Session Cache is not configured
[hint: SSLSessionCache]
[Fri May 25 20:05:53 2007] [notice] Child 2196: Child process is running
[Fri May 25 20:05:53 2007] [notice] Child 2196: Acquired the start mutex.
[Fri May 25 20:05:53 2007] [notice] Child 2196: Starting 250 worker threads.
[Fri May 25 20:05:53 2007] [notice] Child 2196: Starting thread to listen on
port 443.
[Fri May 25 20:05:53 2007] [notice] Child 2196: Starting thread to listen on
port 80.



Dave



--
Posted via a free Usenet account from http://www.teranews.com

Re: [warn] Init: Session Cache

am 26.05.2007 12:41:34 von HansH

"Dave" schreef in bericht
news:46579bc0$0$24432$88260bb3@free.teranews.com...
> How can I fix this? I tried Googling, but not really any help 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/mod_ssl.html#sslsession cache

HansH