Sophie

Sophie

distrib > Mageia > 6 > armv5tl > by-pkgid > 35c8a0a9bb7ee5d672fc3aa3da251683 > files > 1

roundcubemail-1.2.5-1.1.mga6.noarch.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