installiere ich neu, kann ich bei Software unter anderem auswählen, ssh-server und webserver.
Was genau beinhaltet der Metapaket "webserver"?
Was für ein Webserver ist gemeint?
https://www.debian.org/releases/sarge/s ... 02.html.de
Warum gehört da der Apache Web-Server nicht dazu?„Web-Server“ (Inhalte für das Internet bereitstellen)
MfG
AxelMD
Gelöst:
Code: Alles auswählen
udo systemctl status apache.service
Unit apache.service could not be found
Richtig -->
Code: Alles auswählen
sudo systemctl status apache2.service
● apache2.service - The Apache HTTP Server
Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: enabled)
Active: active (running) since Thu 2020-05-21 09:38:12 CEST; 21min ago
Docs: https://httpd.apache.org/docs/2.4/
Process: 467 ExecStart=/usr/sbin/apachectl start (code=exited, status=0/SUCCESS)
Main PID: 528 (apache2)
Tasks: 55 (limit: 4678)
Memory: 18.0M
CGroup: /system.slice/apache2.service
├─528 /usr/sbin/apache2 -k start
├─529 /usr/sbin/apache2 -k start
└─531 /usr/sbin/apache2 -k start
Mai 21 09:38:09 p5915 systemd[1]: Starting The Apache HTTP Server...
Mai 21 09:38:11 p5915 apachectl[467]: AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set
Mai 21 09:38:12 p5915 systemd[1]: Started The Apache HTTP Server.
lines 1-16/16 (END)