Benutzer-Werkzeuge

Webseiten-Werkzeuge


  • Deutsch (German)
  • English
  • Français (French)
de.bkp:intern:dokumentationen:apache2-install

Erstellen eines Webservers auf Debian 11

Version Status Datum Autor:in URL
0.1 Erster Entwurf 08.09.2023 R. P.
1.0 Review und Freigabe 08.09.2023 E.R.

1. Kurzfassung

Installation und Konfiguration eines Webservers mit Apache2 auf Debian 11.

2. Hauptteil

Apache Basic Install

1. Apt install apache2
2. ss -tulpen (to see ports opened, we want port 80 to be opened)
3. Test Server from local browser: http://IP-Address//

Apache enable SSL

1. enable SSL-Module in Apache: a2enmod ssl
2. enable SSL-Virutal Host: a2ensite default-ssl.conf (to activate https instead of http)
3. Test SSL from local browser: https://IP-Address
4. cd /etc/apache2/sites-enabled.
5. ls (to see enabled and available things in our web server)

3. Quellenverzeichnis

Debian Installation: https://www.howtoforge.com/tutorial/debian-11-bullseye-minimal-server/

de.bkp/intern/dokumentationen/apache2-install.txt · Zuletzt geändert: 2023/09/08 11:14 von 127.0.0.1