On Thu, 14 Mar 2002, MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1) wrote:

> if (Pass-1) {
...
> }
> else if (Pass-2) {

i don't know how to fix it, but we should't assume anything based pass-1, 
pass-2, etc.  otherwise it isn't possible to add mod_ssl to a server that 
was started without it, consider:

1) apachectl start (no mod_ssl in httpd.conf)

2) add mod_ssl to httpd.conf and configure SSLSharedCache

3) apachectl graceful

the session cache will never be initialized.

and consider re-configuring the session cache parameters and then doing a 
graceful restart.  ok if it's just a temporary workaround though.

Reply via email to