summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorjym <jym>2013-01-08 23:27:55 +0000
committerjym <jym>2013-01-08 23:27:55 +0000
commitb535508939dda73c92ddfdc1f968885822616668 (patch)
treeaf05aae45a814d1aa3012bf1dfa261aeb3a29ef2 /mail
parent09cc6bd9308ee7e40526e99412ffc3bd7a8eb822 (diff)
downloadpkgsrc-b535508939dda73c92ddfdc1f968885822616668.tar.gz
roundcube defines its default configuration in .htaccess files and this
will take precedence over any parameter specified in the <Directory> section. So remove the php blocks and add a comment to explain this.
Diffstat (limited to 'mail')
-rw-r--r--mail/roundcube/files/roundcube.conf14
1 files changed, 3 insertions, 11 deletions
diff --git a/mail/roundcube/files/roundcube.conf b/mail/roundcube/files/roundcube.conf
index bde75a798af..63f5bded8f8 100644
--- a/mail/roundcube/files/roundcube.conf
+++ b/mail/roundcube/files/roundcube.conf
@@ -1,4 +1,4 @@
-# $NetBSD: roundcube.conf,v 1.4 2010/11/10 11:42:27 adam Exp $
+# $NetBSD: roundcube.conf,v 1.5 2013/01/08 23:27:55 jym Exp $
#
# RoundCube configuration file fragment for Apache
@@ -6,21 +6,13 @@
Alias /roundcube "@RCDIR@/"
</IfModule>
+# Don't forget to adapt the configuration in @RCDIR@/.htaccess
+# to your liking.
<Directory "@RCDIR@">
Order allow,deny
Allow from all
AllowOverride All
DirectoryIndex index.php
- <IfModule mod_php4.c>
- php_flag file_uploads On
- php_value session.auto_start Off
- php_value upload_max_filesize 2M
- </IfModule>
- <IfModule mod_php5.c>
- php_flag file_uploads On
- php_value session.auto_start Off
- php_value upload_max_filesize 2M
- </IfModule>
</Directory>
#