====== Apache 2 - The web server for your own website ====== If you are planning an internet presence, you can start quickly with a wiki (like this one) or your own cloud. However, since most such sites require a web server as a basis, we should install the de facto standard - Apache 2. The installation is done in a few minutes, but if you value encrypted transmission, there are a few things to consider. \\ Required to reach the website from the Internet * [[.:howtos:dyndns|a DynDNS address]] * [[.:howtos:dyndns#port_weiterleitung|a port release pointing to port 80 (unencrypted) and/or port 443 (encrypted)]] ===== Installation ===== sudo apt-get install apache2 Done, that's it. Under [[http://