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}' | xargs 
kill -9
echo "Done cleaning."

Maybee it is not a good solution, but it works

-- 
[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.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to