Package: apache2-mpm-prefork
Version: 2.0.55-4

The postinst of this (and presumably the other apache2 servers) says:

   update-rc.d apache2 defaults 91

This makes apache2 start late in the boot sequence; however, it also
makes it stop very late in the shutdown sequence, long after other
major services have stopped.

Far better would be:

   update-rc.d apache2 defaults 91 20

or even something like

   update-rc.d apache2 defaults 91 19

I'm also unsure how to correct this on already installed systems, as
update-rc.d will not interfere with existing configurations.

   Julian


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to