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 2006/05/23 14:50:27 UTC

DO NOT REPLY [Bug 37680] - If num listening sockets drops to one on restart/graceful, httpd jams with 100% CPU

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

http://issues.apache.org/bugzilla/show_bug.cgi?id=37680





------- Additional Comments From moray@oltrelinux.com  2006-05-23 12:50 -------

> Problem reproduced on:
> 
> Apache 2.0.54 and 2.0.55 on i686 Fedora Core 3 Linux kernel 2.6.12-1.1378_FC3
> Apache 2.0.55 on Linux kernel 2.4.20, PowerPC MPC8555 CPU.
> 
> Completely reproducible.  Only the "prefork" MPM has been tested, but I would
> expect that similar results (or other failures) may occur with other MPMs.

Problem reproduced on:
Red Hat Enterprise 3,  2.4.21-37.EL
With apache 2.0.55 and 2.0.58 compiled from source tarballs with MPM "worker"

configure options:
        --with-mpm=worker \
	--with-perl \
	--prefix=/usr/local/apache2.0.55 \
	--enable-mods-shared="most info proxy proxy-http proxy-connect ssl" \
	--enable-so

The server was configured with several virtual hosts for both HTTP and HTTPS sites.
Commenting out VirtualHosts definitions and Listen directives for SSL (i.e. let
the server listen only on port 80 and not on both 80 and 443) and restarting or
making a graceful (with apachectl) causes CPU *and* disk usage to increase.
A hard reset/shutdown is needed because of the very high load caused.

Is the attached patch known to resolve the problem? why it's not been included
in the main sources yet?

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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