Subversion Repositories configs

Rev

Rev 203 | Go to most recent revision | Details | 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
10
    ErrorDocument 403 /noindex/index.html
11
</LocationMatch>
12
 
13
<Directory /usr/share/httpd/noindex>
14
    Options MultiViews
15
    DirectoryIndex index.html
16
 
17
    AddLanguage en-US .en-US
18
    AddLanguage es-ES .es-ES
19
    AddLanguage zh-CN .zh-CN
20
    AddLanguage zh-HK .zh-HK
21
    AddLanguage zh-TW .zh-TW
22
 
23
    LanguagePriority en
24
    ForceLanguagePriority Fallback
25
 
26
    AllowOverride None
27
    Require all granted
28
</Directory>
29
 
30
Alias /noindex /usr/share/httpd/noindex