[imp] Re: IMP 3.2.1 error Saving attachments : apache error

fran at his.com fran at his.com
Wed Apr 16 22:26:14 PDT 2003


Thanks to Michael M Slusarz , I found the directory under imp, and nailed the 
error.
Access to the /horde/imp/download/ was denied follwing an Apache directive in 
the included /usr/local/etc/horde/httpd.conf.imp file

changed
<Directory "/usr/local/www/horde/imp/download">
    order deny,allow
    deny from all

</Directory>

to
<Directory "/usr/local/www/horde/imp/download">
    order deny,allow
#    deny from all
     allow from 127.0.0.1
</Directory>

and it works now
/Fran

----- Forwarded message from "" <fran at his.com> -----
    Date: Wed, 16 Apr 2003 17:42:22 -0400
    From: "" <fran at his.com>
Reply-To: "" <fran at his.com>
 Subject: IMP 3.2.1 error Saving attachments 
      To: "" <imp at lists.horde.org>

Since upgrading to IMP 3.2.1 (to get rid of and error opening excel files) and 
installing Kronolith, I've got this new error


Saving attachments causes an error:
"You don't have permission to access /horde/imp/download/ on this server."
(it was not occuring with 3.1).
horde is setup to use the default temp dir, and in php.ini, the default value 
is /tmp

I don't see any directory "download" anywhere on the server (which is wy I get 
the error I suppose), but I don't know where this value "/horde/imp/download/" 
is defined in the horde/imp config files.
And also, since the upgrade, .doc (MS word) attached files open in a browser 
window instead of calling MS Word.

Any idea?

Thank you.
/Fran

----------------------------------
This mail was sent via HIS Webmail 
http://www.his.com

----- End forwarded message -----




----------------------------------
This mail was sent via HIS Webmail 
http://www.his.com


More information about the imp mailing list