You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2003/02/01 14:52:06 UTC

DO NOT REPLY [Bug 15761] - apache stops working after 260 requests

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15761>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15761

apache stops working after 260 requests





------- Additional Comments From trawick@apache.org  2003-02-01 13:52 -------
For your prefork test, add --disable-threads to your configure invocation and
try again, then report back whether or not it is still a problem.

make distclean && ./configure --disable-threads --whatever-else && make && make
install

Anything thread-enabled with Apache or APR does not work reliably on FreeBSD.

Note that www.apache.org runs on FreeBSD 4.7 24x7 with no reliability problems.
But it uses prefork MPM and --disable-threads.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org