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