Subversion Repositories configs

Rev

Rev 203 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
192 - 1
#
2
# This configuration file enables the default "Welcome" page if there
3
# is no default index page present for the root URL.  To disable the
4
# Welcome page, comment out all the lines below.
5
#
6
# NOTE: if this file is removed, it will be restored on upgrades.
7
#
8
<LocationMatch "^/+$">
9
    Options -Indexes
203 - 10
    ErrorDocument 403 /.noindex.html
192 - 11
</LocationMatch>
12
 
13
<Directory /usr/share/httpd/noindex>
14
    AllowOverride None
15
    Require all granted
16
</Directory>
17
 
203 - 18
Alias /.noindex.html /usr/share/httpd/noindex/index.html
204 - 19
Alias /poweredby.png /usr/share/httpd/icons/apache_pb3.png