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 ?
systemctl status httpd
. You should also review the system logs for specific messages that are relevant and include them as well. – 0xSheepdog Apr 23 '19 at 14:58head -n 11 /usr/share/doc/packages/apache2/README-instances.txt
in the question too. (-: – JdeBP Apr 23 '19 at 15:55