52592b
# 
52592b
# This configuration file enables the default "Welcome" page if there
52592b
# is no default index page present for the root URL.  To disable the
52592b
# Welcome page, comment out all the lines below. 
52592b
#
52592b
# NOTE: if this file is removed, it will be restored on upgrades.
52592b
#
52592b
<LocationMatch "^/+$">
fa34f0
    Options -Indexes
e7166c
    ErrorDocument 403 /.noindex.html
52592b
</LocationMatch>
52592b
52592b
<Directory /usr/share/httpd/noindex>
fa34f0
    AllowOverride None
fa34f0
    Require all granted
14745a
</Directory>
fa34f0
e7166c
Alias /.noindex.html /usr/share/httpd/noindex/index.html
e7166c
Alias /poweredby.png /usr/share/httpd/icons/apache_pb2.png