Apache HTTP Server Konfiguration - Linux
/etc/apache2/ports.conf
Schnellaktionen
📥 Original herunterladen ports.confKonfigurationsdatei-Informationen
Authentisch & Original
Unverändert ports.conf von einer frischen Installation.
Linux-Distributions-Unterstützung
📋 Aktuell angezeigt: Debian 9 (Stretch)
✓ Auch kompatibel:
Debian 11 (Bullseye),
Ubuntu 18.04 LTS (Bionic Beaver),
Ubuntu 20.04 LTS (Focal Fossa),
Ubuntu 22.04 LTS (Jammy Jellyfish),
Konfigurationsdatei-Inhalt
16 Zeilen
# If you just change the port or add more ports here, you will likely also
# have to change the VirtualHost statement in
# /etc/apache2/sites-enabled/000-default.conf
Listen 80
<IfModule ssl_module>
Listen 443
</IfModule>
<IfModule mod_gnutls.c>
Listen 443
</IfModule>
# vim: syntax=apache ts=4 sw=4 sts=4 sr noet
Download-Befehle
ports.conf •
Lade die 100% original unveränderte Konfigurationsdatei herunter von Apache HTTP Server
Mit wget:
wget -O ports.conf.example https://exampleconfig.com/api/v1/config/original/a961f23471d985c2b819b652b7f64321?hint=ports.conf
Mit curl:
curl https://exampleconfig.com/api/v1/config/original/a961f23471d985c2b819b652b7f64321?hint=ports.conf > ports.conf.example
Verwandte Konfigurationsdateien
/etc/apache2/ports.conf
Apache HTTP Server · Debian 9 (Stretch)
/etc/apache2/ports.conf
Apache HTTP Server · Debian 9 (Stretch)
/etc/apache2/ports.conf
Apache HTTP Server · Debian 9 (Stretch)
/etc/apache2/ports.conf
APT · Debian 9 (Stretch)
/etc/apache2/ports.conf
APT · Debian 9 (Stretch)
/etc/apache2/ports.conf
APT · Debian 9 (Stretch)