On Wed, Jul 18, 2018 at 09:29:47AM -0400, Dave wrote:
> I just installed DEB 9.4 and apache2.4 is not starting at boot.

> i can start apache with no error using apache2 -k start or
> /ect/init.d/apache2 start  or using /usr/sbin/apachectl with no errors

Sounds like the service may be disabled for some reason.  What is the
output of:

systemctl status apache2

If you see "; disabled;" on the "Loaded" line, then this should fix it,
one hopes:

systemctl enable apache2

After doing that, you should see "; enabled;" on the Loaded line.

Reply via email to