Hallo,
ich wollte auf einem server mit oben genannten Ubuntu-Betriebssystem den apache2 Webserver installieren. Schon bei der Installation gab es einige seltsame Meldungen:
1 2 3 4 5 6 7 8 9 10 11 12 13 | Created symlink /etc/systemd/system/multi-user.target.wants/apache2.service → /lib/systemd/system/apache2.service. Could not execute systemctl: at /usr/bin/deb-systemd-invoke line 142. Created symlink /etc/systemd/system/multi-user.target.wants/apache-htcacheclean.service → /lib/systemd/system/apache-htcacheclean.service. Processing triggers for man-db (2.10.2-1) ... Processing triggers for ufw (0.36.1-4build1) ... Rules updated for profile 'Apache Full' Scanning processes... Scanning linux images... Running kernel seems to be up-to-date. No services need to be restarted. No containers need to be restarted. No user sessions are running outdated binaries. No VM guests are running outdated hypervisor (qemu) binaries on this host. |
Daraufhin lies sich der Webserver auch nicht starten. Ich konnte mir mit systemctl status apache2.service folgende wenig aussagekräftige Melung anzeigen lassen:
1 2 3 4 5 6 7 8 9 10 11 12 13 | × apache2.service - The Apache HTTP Server Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: enabled) Active: failed (Result: exit-code) since Mon 2023-04-03 15:41:07 UTC; 12s ago Docs: https://httpd.apache.org/docs/2.4/ Process: 6616 ExecStart=/usr/sbin/apachectl start (code=exited, status=127) CPU: 5ms Apr 03 15:41:07 vm67992 systemd[1]: Starting The Apache HTTP Server... Apr 03 15:41:07 vm67992 apachectl[6619]: /usr/sbin/apachectl: 174: /usr/sbin/apache2: not found Apr 03 15:41:07 vm67992 apachectl[6616]: Action 'start' failed. Apr 03 15:41:07 vm67992 apachectl[6616]: The Apache error log may have more information. Apr 03 15:41:07 vm67992 systemd[1]: apache2.service: Control process exited, code=exited, status=127/n/a Apr 03 15:41:07 vm67992 systemd[1]: apache2.service: Failed with result 'exit-code'. Apr 03 15:41:07 vm67992 systemd[1]: Failed to start The Apache HTTP Server. |
Weiß jemand, wo das Problem liegen könnte oder wo man da ansetzt? Ich würde mich sehr um ein bisschen Expertenwissen freuen. Normalerweise klappt die Installation von apache2 problemlos...