This may be similar to a problem I had a while ago. If I remember correctly the symptoms; if you went to a secure page, and sat there for a while, then went to another page, you would get a "page not found" error. What I had to do was to change the keepalivetimeout parameter to 0 in the nsd.tcl file. This disables that timeout. I believe it may have been Scott Goodwin who mentioned to try that. I think my original timeout was like 2 minutes, so to recreate it I would go to a page and sit there for two minutes, and then try to navigate to another. I could get the "page not found" every time. After changing it to 0, the problem went away. I also think it was somehow related to the version of the browser, perhaps Internet Explorer not handling keep-alive's correctly.
Vince -----Original Message----- From: AOLserver Discussion [mailto:[EMAIL PROTECTED] On Behalf Of Niels Hallenberg Sent: Thursday, November 13, 2003 3:11 To: [EMAIL PROTECTED] Subject: Re: [AOLSERVER] ns_openssl mystery problem Hi there, I reported a similar problem in April (search for Hallenberg): http://listserv.aol.com/cgi-bin/wa? A2=ind0304&L=aolserver&P=R2218&I=-3&X=5BD33E6DF0631E5F50&[EMAIL PROTECTED] http://listserv.aol.com/cgi-bin/wa? A2=ind0304&L=aolserver&D=0&I=-3&X=5BD33E6DF0631E5F50&[EMAIL PROTECTED]&P=3715 http://listserv.aol.com/cgi-bin/wa? A2=ind0304&L=aolserver&D=0&I=-3&X=5BD33E6DF0631E5F50&[EMAIL PROTECTED]&P=11776 We still have the problem. I don't know if it may be caused by a not thread safe openssl-library? Scott Goodwin kindly clarified some of our problems, but so far we haven't been able to solve the problem completely. There have been very few postings regarding this problem, so I have been convinced that our problem was not a general problem - and therefore we shouldn't use valuable time from members on this list. In our setting we use a Standard ML module (www.smlserver.org) and the problem might be caused by this module - I don't think so, but at the same time I can't say this for sure. However, if you are also facing the same problem, then we are indeed interested in looking into the problem again. -- Niels -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank. -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
