Subversion Repositories configs

Rev

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

Rev 4 Rev 5
Line 10... Line 10...
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
    AllowOverride Options
13
    AllowOverride Options
14
 
14
 
-
 
15
    <IfModule !mod_authz_core.c>
15
    Order allow,deny
16
      Order allow,deny
16
    Allow from all
17
      Allow from all
-
 
18
    </IfModule>
-
 
19
    <IfModule mod_authz_core.c>
-
 
20
      Require all granted
-
 
21
    </IfModule>
17
 
22
 
18
    FileETag All
23
    FileETag All
19
 
24
 
20
    # Uncomment to enhance security of WebApp by restricting cookies to only
25
    # Uncomment to enhance security of WebApp by restricting cookies to only
21
    # be provided over HTTPS connections
26
    # be provided over HTTPS connections