Apache HTTP Server Konfiguration - Linux
/etc/httpd/conf.d/welcome.conf
Schnellaktionen
📥 Original herunterladen welcome.confKonfigurationsdatei-Informationen
Authentisch & Original
Unverändert welcome.conf von einer frischen Installation.
Linux-Distributions-Unterstützung
📋 Aktuell angezeigt: Red Hat Enterprise Linux 8 (Ootpa)
✓ Auch kompatibel:
⚠ Verschiedene Versionen:
Konfigurationsdatei-Inhalt
20 Zeilen
#
# This configuration file enables the default "Welcome" page if there
# is no default index page present for the root URL. To disable the
# Welcome page, comment out all the lines below.
#
# NOTE: if this file is removed, it will be restored on upgrades.
#
<LocationMatch "^/+$">
Options -Indexes
ErrorDocument 403 /.noindex.html
</LocationMatch>
<Directory /usr/share/httpd/noindex>
AllowOverride None
Require all granted
</Directory>
Alias /.noindex.html /usr/share/httpd/noindex/index.html
Alias /poweredby.png /usr/share/httpd/icons/apache_pb3.png
Download-Befehle
welcome.conf •
Lade die 100% original unveränderte Konfigurationsdatei herunter von Apache HTTP Server
Mit wget:
wget -O welcome.conf.example https://exampleconfig.com/api/v1/config/original/94c55ccfe2ae0a48b1ff063eff2f4ca4?hint=welcome.conf
Mit curl:
curl https://exampleconfig.com/api/v1/config/original/94c55ccfe2ae0a48b1ff063eff2f4ca4?hint=welcome.conf > welcome.conf.example
Verwandte Konfigurationsdateien
/etc/httpd/conf.d/welcome.conf
Apache HTTP Server · Debian 9 (Stretch)
/etc/httpd/conf.d/welcome.conf
Apache HTTP Server · Debian 9 (Stretch)
/etc/httpd/conf.d/welcome.conf
Apache HTTP Server · Debian 9 (Stretch)
/etc/httpd/conf.d/welcome.conf
NGINX · Red Hat Enterprise Linux 8 (Ootpa)
/etc/httpd/conf.d/welcome.conf
NGINX · Red Hat Enterprise Linux 8 (Ootpa)
/etc/httpd/conf.d/welcome.conf
NGINX · Red Hat Enterprise Linux 8 (Ootpa)