Henning, Peter, Try putting these lines in your conf (not in your v-hosts directives)
(in the mod_setenvif section) BrowserMatch "MSIE [5-9]" ssl-unclean-shutdown (make sure you have this in there also..) # SSL Stuff SSLMutex sem SSLRandomSeed startup builtin SSLSessionCache none It made it better for me. I was having the same problems. It still happens rarely for me. Matt ----- Original Message ----- From: "Henning Sittler" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 31, 2001 7:51 AM Subject: RE: IE discards pages once a while > I have older versions of apache and mod_ssl and I'm having the same > problem... I thought I was going crazy. > > Everything works fine, and then all of a sudden I'll refresh a page or click > a link and I get the same 'page not found' msg you are getting. For me this > problem occurs about two or maybe three times per day, while the rest of the > time my ssl vhost works just fine. Again, I have found no error msgs in any > of my logs to indicate any problem related to this. > > I'm also trying to figure out how to upgrade my apache properly in the > quickest way so my public server has as little downtime as possible. I > thought that upgrading apache might fix the problem, but it looks like you > are stuck in the same situation with a newer version. > > Have you tried any other browsers? I get this problem with different > browsers on different OS's. So I suspect it's not the browser. > > > Henning Sittler > www.inscriber.com > > > > -----Original Message----- > From: Peter Vinnemeier [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, October 31, 2001 3:24 AM > To: [EMAIL PROTECTED] > Subject: IE discards pages once a while > > > Hi @ll, > I have apache 1.3.22 with mod_ssl 2.8.5 and php 4.0.6 installed on RH7.1 > with self signed certificates. > When accessing the site it usually works fine, but once a while I get the > IE error "The page cannot be displayed, server or dns not found". The > apache access and error logs do not show anything. When going back and > pressing the same link again it works fine again. The problem occurs with > IE5 and IE5.5 and it not really reproducable on cetrain actions. > Does anybody have a clue? > > Thanks a lot in advance > Peter > > > > ______________________________________________________________________ > 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] > ______________________________________________________________________ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
