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