A workaround for this bug is to modify /etc/init.d/apache2 with the
following code.
Find function apache_stop() and add the following at the end:
echo "Cleaning up apache beacause apache bug #174805 @ bugs.launchpad.net."
ps -opid=,cmd= -Capache2 | grep "/usr/sbin/apache2" | awk '{print $1}' | xa
Have also been hit by this problem in Gutsy. Would be nice with a fix!
--
[gutsy] graceful-stop fails when apache listens on more than one socket
https://bugs.launchpad.net/bugs/174805
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.