The Apache init script did not take into consideration using
non-default MPM's, which prevented it from properly handling httpd
processes that were named, for example, httpd-worker rather than
just httpd.

This update corrects the init script to properly handle these
non-default cases.