On Wed, Jul 18, 2018 at 09:36:14AM -0400, Greg Wooledge wrote:
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.
The above should address having apache2 start on system boot (or restart
if killed for some reason); to start it on a running system you will
also want to issue
systemctl start apache2
However, from what I recall, none of this should be necessary by
default, so there is likely a configuration problem. If all of the above
does not result in a running apache2, check "journalctl -u
apache2.service" for clues, and failing that, /var/log/apache2/*
--
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Jonathan Dowland
⢿⡄⠘⠷⠚⠋⠀ https://jmtd.net
⠈⠳⣄⠀⠀⠀⠀ Please do not CC me, I am subscribed to the list.