That's odd that you didn't have it in your "httpd.conf" file... Here's
what's in mine, which is the default file that comes with the 'source'
distribution...
# Inter-Process Session Cache:
# Configure the SSL Session Cache: First either `none'
# or `dbm:/path/to/file' for the mechanism to use and
# second the expiring timeout (in seconds).
#SSLSessionCache none
#SSLSessionCache shm:/usr/local/apache/logs/ssl_scache(512000)
SSLSessionCache dbm:/usr/local/apache/logs/ssl_scache
SSLSessionCacheTimeout 300
----- Original Message -----
From: "James W.Blackwell" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, September 04, 2001 8:29 PM
Subject: Re: Problem serving to some browsers
> --- Original Message Follows ---
> From : James Hastings-Trew <[EMAIL PROTECTED]>
> Subj : Re: Problem serving to some browsers
> Date : Tue, 04 Sep 2001 13:03:42
> ------------------------------------------------------
> >> I included these lines and am having the same problem. The test page I
am
> >> working with is:
> >>
> >> https://secure.logsoftinc.com/co.html
> >>
> >> I greatly appreciate the responses I've gotten from everyone. Any
ideas of
> >> something else to try? Is there some tests or something I should post
that
> >> might make this easier to resolve?
> >>
> >> Thanks again,
> >> --James
> >
> >I am late to this discussion, but have you tried adding and
SSLSessionCache
> >to your httpd.conf ?
> >
> >That page came up the way mine used to before I added the cache to my own
> >config - sans graphics.
>
> That did it! Thank you, and everyone else who responded, so much for the
input. I hope I can contribute something back to someone else now.
>
> Thanks again,
> --James
> ______________________________________________________________________
> Apache Interface to OpenSSL (mod_ssl) www.modssl.org
> User Support Mailing List [EMAIL PROTECTED]
> Automated List Manager [EMAIL PROTECTED]
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]