[Bug 456381] [NEW] /etc/init.d/apache2 missing option to stop gracefully

Launchpad Bug Tracker 456381 at bugs.launchpad.net
Tue Oct 20 19:10:48 BST 2009


You have been subscribed to a public bug:

/etc/init.d/apache2 uses regular stop instead of graceful-stop:
i.e. instead of
                $APACHE2CTL stop 2>&1 | grep -v 'not running' >&2 || true
 use
                $APACHE2CTL graceful-stop 2>&1 | grep -v 'not running' >&2 || true

I would expect either graceful-stop to be the default or to allow it as an option:
i.e. instead of 
                $ /etc/init.d/apache2
                 * Usage: /etc/init.d/apache2 {start|stop|restart|reload|force-reload|start-htcacheclean|stop-htcacheclean|status}
use
                $ /etc/init.d/apache2
                 * Usage: /etc/init.d/apache2 {start|stop|graceful-stop|restart|reload|force-reload|start-htcacheclean|stop-htcacheclean|status}

** Affects: apache2 (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: graceful-stop using
-- 
/etc/init.d/apache2 missing option to stop gracefully
https://bugs.edge.launchpad.net/bugs/456381
You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to apache2 in ubuntu.



More information about the Ubuntu-server-bugs mailing list