summaryrefslogtreecommitdiff
path: root/mail/imp3/files
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-04-18 07:30:56 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-04-18 07:30:56 +0000
commitf9186d205db730d343ff7825adf46278a9f587af (patch)
treeebbdcc3341d67e2447be4baece55614cf7d4c57a /mail/imp3/files
parentMAINTAINER UPDATE p5-Locale-Maketext-Lexicon (diff)
mail/imp3: fixing an error when saving attachments.
Fixing an error reported by fran at his.com: Saving attachments causes an error: "You don't have permission to access /horde/imp/download/ on this server." and an error is reported in /var/log/httpd-error.log: [error] [client aaa.bbb.ccc.ddd] client denied by server configuration: /usr/local/www/horde/imp/download $LOCALBASE/etc/horde/httpd.conf.imp was protecting horde/imp/download/ (my mistake), but IMP uses this as a pseudo-directory, and it must be readable by your clients. PR: ports/51100 Submitted by: Thierry Thomas <thierry@pompo.net>
Notes
Notes: svn path=/head/; revision=79222
Diffstat (limited to 'mail/imp3/files')
-rw-r--r--mail/imp3/files/httpd.conf.imp4
1 files changed, 0 insertions, 4 deletions
diff --git a/mail/imp3/files/httpd.conf.imp b/mail/imp3/files/httpd.conf.imp
index 0e78f4dd10f7..edd7b1df357e 100644
--- a/mail/imp3/files/httpd.conf.imp
+++ b/mail/imp3/files/httpd.conf.imp
@@ -7,10 +7,6 @@
order deny,allow
deny from all
</Directory>
-<Directory "/home/httpd/html/horde/imp/download">
- order deny,allow
- deny from all
-</Directory>
<Directory "/home/httpd/html/horde/imp/lib">
order deny,allow
deny from all