/[packages]/cauldron/roundcubemail/current/SPECS/roundcubemail.spec
ViewVC logotype

Diff of /cauldron/roundcubemail/current/SPECS/roundcubemail.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 547608 by guillomovitch, Mon Oct 28 09:11:23 2013 UTC revision 547609 by oden, Mon Oct 28 09:45:08 2013 UTC
# Line 75  Alias /%{name} %{_datadir}/%{name} Line 75  Alias /%{name} %{_datadir}/%{name}
75    
76  <Directory %{_datadir}/%{name}>  <Directory %{_datadir}/%{name}>
77      AllowOverride All      AllowOverride All
78      Require all granted      <IfModule mod_authz_core.c>
79            # Apache 2.4
80            <RequireAny>
81                Require all granted
82            </RequireAny>
83        </IfModule>
84            <IfModule !mod_authz_core.c>
85                # Apache 2.2
86                Order allow,deny
87                Allow from all
88        </IfModule>
89  </Directory>  </Directory>
90    
91  <Directory %{_datadir}/%{name}/SQL>  <Directory %{_datadir}/%{name}/SQL>
92      AllowOverride All      AllowOverride All
93      Require all granted      <IfModule mod_authz_core.c>
94            # Apache 2.4
95            <RequireAny>
96                Require all granted
97            </RequireAny>
98        </IfModule>
99            <IfModule !mod_authz_core.c>
100                # Apache 2.2
101                Order allow,deny
102                Allow from all
103        </IfModule>
104  </Directory>  </Directory>
105    
106  php_value suhosin.session.encrypt Off  php_value suhosin.session.encrypt Off

Legend:
Removed from v.547608  
changed lines
  Added in v.547609

  ViewVC Help
Powered by ViewVC 1.1.30