openbsd-ports/mail/roundcubemail/files/roundcubemail.conf
sthen 039663a06c In the sample roundcubemail.conf apache config file, don't bother to force
PHP variables which are already set that way by default. Suggested by aja@
2012-03-14 16:20:47 +00:00

17 lines
421 B
Plaintext

# $OpenBSD: roundcubemail.conf,v 1.9 2012/03/14 16:20:47 sthen Exp $
Alias /roundcubemail ${TINSTDIR}
<IfModule mod_php5.c>
php_value suhosin.session.encrypt 0
</IfModule>
<Directory ${TINSTDIR}>
AllowOverride Indexes FileInfo Options
<IfModule mod_php5.c>
# If you have session problems, try setting this
# to your database server's timezone.
php_value date.timezone UTC
</IfModule>
</Directory>