Apache HTTP Server - /etc/apache2/mods-available/info.conf
Direkt von einer unveränderten Installation gezogen.
Schnellaktionen
📥 Original herunterladen info.confKonfigurationsdatei-Informationen
Authentisch & Original
Unverändert info.conf von einer frischen Installation.
Linux-Distributions-Unterstützung
📋 Aktuell angezeigt: Debian 9 (Stretch)
✓ Auch kompatibel:
Debian 10 (Buster),
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
<IfModule mod_info.c>
# Allow remote server configuration reports, with the URL of
# http://servername/server-info (requires that mod_info.c be loaded).
# Uncomment and change the "192.0.2.0/24" to allow access from other hosts.
#
<Location /server-info>
SetHandler server-info
Require local
#Require ip 192.0.2.0/24
</Location>
</IfModule>
# vim: syntax=apache ts=4 sw=4 sts=4 sr noet
Download-Befehle
info.conf •
Lade die 100% original unveränderte Konfigurationsdatei herunter von Apache HTTP Server
Mit wget:
wget -O info.conf.example https://exampleconfig.com/api/v1/config/original/4a4aa21e0bb474d420c9a3e1c3320677?hint=info.conf
Mit curl:
curl https://exampleconfig.com/api/v1/config/original/4a4aa21e0bb474d420c9a3e1c3320677?hint=info.conf > info.conf.example