openbsd-ports/mail/roundcubemail/files/roundcubemail.conf
sthen f87f7e4c7c update roundcube to 0.5.1. while there, move php_value date.timezone
UTC to the <directory> section in supplied .conf as req by ajacoutot@.
2011-03-02 08:38:01 +00:00

16 lines
395 B
Plaintext

# $OpenBSD: roundcubemail.conf,v 1.5 2011/03/02 08:38:01 sthen Exp $
<IfModule mod_php5.c>
php_value suhosin.session.encrypt 0
</IfModule>
<Directory ${TINSTDIR}>
AllowOverride Indexes FileInfo Options
<IfModule mod_php5.c>
php_value file_uploads 1
php_value session.auto_start 0
php_value mbstring.func_overload 0
php_value date.timezone UTC
</IfModule>
</Directory>