Subversion Repositories configs

Rev

Rev 5 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5 Rev 59
Line 8... Line 8...
8
# For compression:
8
# For compression:
9
#   mod_deflate
9
#   mod_deflate
10
<Directory /usr/share/zarafa-webapp/>
10
<Directory /usr/share/zarafa-webapp/>
11
    DirectoryIndex index.php
11
    DirectoryIndex index.php
12
    Options -Indexes +FollowSymLinks
12
    Options -Indexes +FollowSymLinks
-
 
13
 
-
 
14
    <IfVersion < 2.4>
13
    AllowOverride Options
15
    	AllowOverride Options Limit
-
 
16
    </IfVersion>
-
 
17
 
-
 
18
    <IfVersion >= 2.4>
-
 
19
    	AllowOverride Options Limit Authconfig
-
 
20
    </IfVersion>
14
 
21
 
15
    <IfModule !mod_authz_core.c>
22
    <IfModule !mod_authz_core.c>
16
      Order allow,deny
23
      Order allow,deny
17
      Allow from all
24
      Allow from all
18
    </IfModule>
25
    </IfModule>