Apache HTTP Server Configuration - Linux

/etc/httpd/conf.d/welcome.conf

Quick Actions

๐Ÿ“ฅ Download Original welcome.conf

Configuration File Information

Configuration File Content

/etc/httpd/conf.d/welcome.conf
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

Technical Details

File Location
/etc/httpd/conf.d/welcome.conf
Platform
Linux
File Size
20 lines
Application
Apache HTTP Server
MD5 Checksum
94c55ccfe2ae0a48b1ff063eff2f4ca4
SHA256 Checksum
6392157d202395721994deccbedf1b71f96f3cf8fab9485bdad3bce05973ee37