Sophie

Sophie

distrib > Mageia > 6 > armv7hl > media > core-updates-src > by-pkgid > d5593667278f1ecde5254fc397494f66 > files > 5

roundcubemail-1.2.5-1.1.mga6.src.rpm

Alias /roundcubemail /usr/share/roundcubemail

<Directory /usr/share/roundcubemail>
    AllowOverride All
    <IfModule mod_authz_core.c>
	# Apache 2.4
	<RequireAny>
	    Require all granted
	</RequireAny>
    </IfModule>
	<IfModule !mod_authz_core.c>
	    # Apache 2.2
	    Order allow,deny
	    Allow from all
    </IfModule>
</Directory>

<Directory /usr/share/roundcubemail/SQL>
    AllowOverride All
    <IfModule mod_authz_core.c>
	# Apache 2.4
	<RequireAny>
	    Require all granted
	</RequireAny>
    </IfModule>
	<IfModule !mod_authz_core.c>
	    # Apache 2.2
	    Order allow,deny
	    Allow from all
    </IfModule>
</Directory>

php_value suhosin.session.encrypt Off