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: CentOS Stream 9
โ Also compatible:
CentOS Stream 10,
Red Hat Enterprise Linux 9 (Plow),
Configuration File Content
21 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
Alias /system_noindex_logo.png /usr/share/httpd/icons/system_noindex_logo.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/574b5d4686c892e81fa808db0d311ff8?hint=welcome.conf
Using curl:
curl https://exampleconfig.com/api/v1/config/original/574b5d4686c892e81fa808db0d311ff8?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 ยท CentOS Stream 9
/etc/httpd/conf.d/welcome.conf
NGINX ยท CentOS Stream 9
/etc/httpd/conf.d/welcome.conf
NGINX ยท CentOS Stream 9