Apache HTTP Server Configuration - Linux
/etc/httpd/conf.d/welcome.conf
Quick Actions
๐ฅ Download Original welcome.confConfiguration File Information
Authentic & Original
Unaltered welcome.conf from fresh installation.
Linux Distribution Support
๐ Currently viewing: Red Hat Enterprise Linux 8 (Ootpa)
โ Also compatible:
โ Different versions:
Configuration File Content
20 lines
#
# 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 Commands
welcome.conf โข
Download the 100% original unaltered configuration file pulled from Apache HTTP Server
Using wget:
wget -O welcome.conf.example https://exampleconfig.com/api/v1/config/original/94c55ccfe2ae0a48b1ff063eff2f4ca4?hint=welcome.conf
Using curl:
curl https://exampleconfig.com/api/v1/config/original/94c55ccfe2ae0a48b1ff063eff2f4ca4?hint=welcome.conf > welcome.conf.example
Related Configuration Files
/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)