I got a Suse system with a apache2 web server. When i try to start apache i get a error, when i ask the status of apache2 i get the information that httpd not run. So now i try to start httpd
systemctl start httpd
but that not works, so i ask
systemctl status httpd
The result is:
httpd.service
Loaded: not-found (Reason: No such file or directory)
Active: inactive (dead)
How can i start httpd corecly ?