Zeinert, Holger wrote:
Hi,

I guess the problem is related to two things: first you use frames, which
means the browser requests two pages at about the same time and second the
default configuration of Apache on Windows is using Threads.

A workaround (at least for me) was to configure httpd.conf as

	MaxRequestsPerChild 0
	ThreadsPerChild 1

This is a workaround only and not the best configuration and will slow down
performance of your server a bit, but at least it's not crashing anymore.

Thank you for your hint, no, now it doesn't crash anymore but is somewhat slower and in the error.log I get the following:

[Mon Dec 09 11:20:37 2002] [error] Server ran out of threads to serve requests. Consider raising the ThreadsPerChild setting

Well, and I ended up with a new browser window containing only the list part of my frameset, as a text list only, all hyper links gone??

David,

Personally, I have no objections switching to Apache2.0, actually I used 1.3 because there is a binary mod_dtcl running...
No objections to switch to rivet either. I think if the apache guys force the 2.0 branch much more this is th right approach.

Oliver


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to