Subversion Repositories configs

Rev

Rev 192 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 192 Rev 203
Line 5... Line 5...
5
#
5
#
6
# NOTE: if this file is removed, it will be restored on upgrades.
6
# NOTE: if this file is removed, it will be restored on upgrades.
7
#
7
#
8
<LocationMatch "^/+$">
8
<LocationMatch "^/+$">
9
    Options -Indexes
9
    Options -Indexes
10
    ErrorDocument 403 /noindex/index.html
10
    ErrorDocument 403 /.noindex.html
11
</LocationMatch>
11
</LocationMatch>
12
 
12
 
13
<Directory /usr/share/httpd/noindex>
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
14
    AllowOverride None
27
    Require all granted
15
    Require all granted
28
</Directory>
16
</Directory>
29
 
17
 
30
Alias /noindex /usr/share/httpd/noindex
18
Alias /.noindex.html /usr/share/httpd/noindex/index.html
-
 
19
Alias /poweredby.png /usr/share/httpd/icons/apache_pb2.png