Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-updates-src > by-pkgid > e8d8ec6a8f238ff028c6940ce217a4bc > files > 4

roundcubemail-1.0.7-1.mga5.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