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 12 (Bookworm)
✓ Auch kompatibel:
Ubuntu 24.04 LTS (Noble Numbat),
⚠ Verschiedene Versionen:
Konfigurationsdatei-Inhalt
10 Zeilen
# 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>
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/1fd47a9adf023a925301c58490417cf9?hint=info.conf
Mit curl:
curl https://exampleconfig.com/api/v1/config/original/1fd47a9adf023a925301c58490417cf9?hint=info.conf > info.conf.example