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