I had a similar issue years ago with a large number of vhosts and apache
hanging (apache 2.2 prefork mpm on linux like you). The problem for me was
with the number of Listen directives. When I cut the list down, everything
worked. Do you have a lot of Listen directives? If so, maybe part of the
Hi,
I noticed the following warning text in the graceful-stop section of the
apache manual (http://httpd.apache.org/docs/2.2/stopping.html):
"You should also be wary of other potential race conditions, such as using
rotatelogs style piped logging. Multiple running instances of rotatelogs
attempti
I am seeing this behavior too.
If I do a graceful-stop followed by a start on a system that I know is
getting no traffic, the old parent process sometimes hangs around for a bit
(I think for GracefulShutdownTimeout secs).
On a related note - If I do a graceful-stop followed by a start on
a heavil