On 2019-12-28 09:20, Dick Steffens wrote:
I run Apache on my Xubuntu 18.04 machine. This morning it isn't
working. Looking for answers on the Internet gave me an instruction
for checking the status of Apache:

$ sudo systemctl status apache2
[sudo] password for rsteff:
Unit apache2.service could not be found.

Where do I start looking for why this is the case, and how to fix it?

First, check to see if it is running:
  ps ax | grep http
or
  ps ax | grep apache

Does one of them show up?

If not:

You might try:
  sudo systemctl status apache
or
  sudo systejctl status httpd

Report back on these.

--
      Michael Rasmussen, Portland Oregon
     Be Appropriate && Follow Your Curiosity
_______________________________________________
PLUG mailing list
[email protected]
http://lists.pdxlinux.org/mailman/listinfo/plug

Reply via email to