sudo apt-get install apache2 apache2-doc
===== Konfiguration =====
==== Virtual Hosts ====
https://ssl-config.mozilla.org/
===== Module / Erweiterungen =====
==== PHP ====
Installation:
sudo apt-get install php5
GD-Libraries hinzufügen (Wird z.B. für Captchas benötigt):
sudo apt-get install php5-gd
sudo service apache2 restart