[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] SSL error



>
> I had the same happen on my RaqXTR. The .dir and the .pag files are the
ones you need. I was not only to find a solution, only a workaround. I even
found posts on the web from Ralf Engelberg (hope I got that right) who wrote
the mod_ssl, and he didn't know. Here is the workaround. Tell httpd.conf
that you don't want to use DBM to store your session, instead do it in
memory. Here is mine:
> #SSLSessionCache         dbm:/var/log/httpd/ssl_scache
> #The dbm has some sort of bug in it. Lot's of errors
> #in error log sying permission denied on this file.
> #shm: is not supported on this platform
> SSLSessionCache         None
>
> HTH,
> Vidar

ok, cheers Vidar,

andy