RE: Recursive error processing.

2002-06-10 Thread Ryan Bloom
> From: Cliff Woolley [mailto:[EMAIL PROTECTED]] > > On Mon, 10 Jun 2002, Ryan Bloom wrote: > > > I don't have any ideas. I can't reproduce this problem though. I'll > > keep debugging on my end. Cliff, this may take some time. > > Any progress? I *can* reproduce this and am looking at it.

RE: Recursive error processing.

2002-06-10 Thread Cliff Woolley
On Mon, 10 Jun 2002, Ryan Bloom wrote: > I don't have any ideas. I can't reproduce this problem though. I'll > keep debugging on my end. Cliff, this may take some time. Any progress? I *can* reproduce this and am looking at it. I basically just took Paul's httpd.conf and ssl.conf (and tweak

RE: Recursive error processing.

2002-06-10 Thread Ryan Bloom
n Francisco, CA > -Original Message- > From: Paul J. Reder [mailto:[EMAIL PROTECTED]] > Sent: Monday, June 10, 2002 4:51 PM > To: [EMAIL PROTECTED] > Subject: Re: Recursive error processing. > > Bad news. I just finished running > > cvs update -dP httpd-2

Re: Recursive error processing.

2002-06-10 Thread Paul J. Reder
Bad news. I just finished running cvs update -dP httpd-2.0;cd httpd-2.0;make distclean;buildconf;config.nice;make;make install and tested it. The same thing still happens with the config I referenced earlier. Any other ideas? Paul J. Reder wrote: > Hmmm, I missed them. I'm updating and build

Re: Recursive error processing.

2002-06-10 Thread Paul J. Reder
Hmmm, I missed them. I'm updating and building now, I'll have an answer shortly after dinner. Ryan Bloom wrote: >>I'm running with CVS head as of Friday morning with >>OpenSSL 0.9.6b [engine] 9 Jul 2001 on Linux (RedHat 7.2). I've >>attached my httpd.conf, ssl.conf, and config.nice files. >>I ha

RE: Recursive error processing.

2002-06-10 Thread Ryan Bloom
> I'm running with CVS head as of Friday morning with > OpenSSL 0.9.6b [engine] 9 Jul 2001 on Linux (RedHat 7.2). I've > attached my httpd.conf, ssl.conf, and config.nice files. > I have been able to reproduce it on worker and prefork on two > different Linux boxes (both redhat 7.2). > > All I do

Re: Recursive error processing.

2002-06-10 Thread Justin Erenkrantz
On Mon, Jun 10, 2002 at 06:52:52PM -0400, Paul J. Reder wrote: > I'm running with CVS head as of Friday morning with > OpenSSL 0.9.6b [engine] 9 Jul 2001 on Linux (RedHat 7.2). rbb's changes went in on 2002/06/07 22:31:34 GMT. =) You should update. -- justin

Re: Recursive error processing.

2002-06-10 Thread Paul J. Reder
I'm running with CVS head as of Friday morning with OpenSSL 0.9.6b [engine] 9 Jul 2001 on Linux (RedHat 7.2). I've attached my httpd.conf, ssl.conf, and config.nice files. I have been able to reproduce it on worker and prefork on two different Linux boxes (both redhat 7.2). All I do is bring the

RE: Recursive error processing.

2002-06-10 Thread Ryan Bloom
> From: Cliff Woolley [mailto:[EMAIL PROTECTED]] > > On Mon, 10 Jun 2002, Ryan Bloom wrote: > > > Please make sure that your code is up to date, because the server is > > supposed to have logic that protects us from getting into an infinite > > loop. > > Paul, I notice the line numbers in your

RE: Recursive error processing.

2002-06-10 Thread Cliff Woolley
On Mon, 10 Jun 2002, Ryan Bloom wrote: > Please make sure that your code is up to date, because the server is > supposed to have logic that protects us from getting into an infinite > loop. Paul, I notice the line numbers in your back trace don't quite match up with mine... is this HEAD? Or are

RE: Recursive error processing.

2002-06-10 Thread Ryan Bloom
IL PROTECTED] > Subject: RE: Recursive error processing. > > > From: Paul J. Reder [mailto:[EMAIL PROTECTED]] > > > > While Allan Edwards and I were doing some testing of SSL we ran into a > > case > > where we were able to send Apache into an infinite loop which

RE: Recursive error processing.

2002-06-10 Thread Ryan Bloom
> From: Paul J. Reder [mailto:[EMAIL PROTECTED]] > > While Allan Edwards and I were doing some testing of SSL we ran into a > case > where we were able to send Apache into an infinite loop which eventually > consumed the machine's resources. > > The problem occurs if you send a request to "http:/

Recursive error processing.

2002-06-10 Thread Paul J. Reder
While Allan Edwards and I were doing some testing of SSL we ran into a case where we were able to send Apache into an infinite loop which eventually consumed the machine's resources. The problem occurs if you send a request to "http://some.where.com:443"; (instead of "https://some.where.com:443";