Die Installation des Apache Servers ist verhältnismäßig trivial:
apt-get install apache2
Danach läuft der apache2.service
:
systemctl status apache2 ---------------------------------------------------------------- ● apache2.service - The Apache HTTP Server Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: enabled) Active: active (running) since Thu 2018-02-15 20:28:31 CET; 21s ago Main PID: 2591 (apache2) CGroup: /system.slice/apache2.service ├─2591 /usr/sbin/apache2 -k start ├─2593 /usr/sbin/apache2 -k start └─2595 /usr/sbin/apache2 -k start Feb 15 20:28:31 bananapim2plus systemd[1]: Starting The Apache HTTP Server... Feb 15 20:28:31 bananapim2plus apachectl[2570]: AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using ::1. Set the 'ServerName' directive globally to suppress this message Feb 15 20:28:31 bananapim2plus systemd[1]: Started The Apache HTTP Server.
Und man kann die Default-Seite im Browser aufrufen.