/etc/init.d/apache2 missing option to stop gracefully

Bug #456382 reported by Lars Noodén
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Ubuntu
New
Undecided
Unassigned

Bug Description

/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}

Revision history for this message
Lars Noodén (larsnooden) wrote :
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.