Re: Fixed (Re: HTTP file uploads with mod_accel)

2002-01-06 Thread Igor Sysoev
On Sun, 6 Jan 2002, Issac Goldstand wrote: > DOES mod_accel buffer the uploads as they come through? That feature > would be critical for compatibility with libapreq's UPLOAD_HOOK, which I'm > finding lots of nice uses for... Yes, mod_accel buffers completly uploads and starting from 1.0.8 br

Re: Fixed (Re: HTTP file uploads with mod_accel)

2002-01-06 Thread Issac Goldstand
; To: "Philip Mak" <[EMAIL PROTECTED]> Cc: "Issac Goldstand" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Sunday, January 06, 2002 6:56 PM Subject: Re: Fixed (Re: HTTP file uploads with mod_accel) > On Sun, 6 Jan 2002, Philip Mak wrote: > > > Never mi

Re: Fixed (Re: HTTP file uploads with mod_accel)

2002-01-06 Thread Igor Sysoev
On Sun, 6 Jan 2002, Philip Mak wrote: > Never mind, I'm an idiot. I just took a look at the error_log of my > frontend and the problem became clear. > > [Sun Jan 6 09:42:04 2002] [error] [client 206.173.36.189] (13)Permission denied: >accel: can't create tempfile /usr/local/apache/cache/tmpFtY

Fixed (Re: HTTP file uploads with mod_accel)

2002-01-06 Thread Philip Mak
Never mind, I'm an idiot. I just took a look at the error_log of my frontend and the problem became clear. [Sun Jan 6 09:42:04 2002] [error] [client 206.173.36.189] (13)Permission denied: accel: can't create tempfile /usr/local/apache/cache/tmpFtYxlf

Re: HTTP file uploads with mod_accel

2002-01-06 Thread Philip Mak
On Sun, Jan 06, 2002 at 04:16:00PM +0200, Issac Goldstand wrote: > I use it with uploads and it all works fine. What I still haven't > tested is the UPLOAD_HOOK functionality of Apache::Request under it, but > I'll get around to that shortly. Hmm, I wonder if it's dependent on the CPAN module

Re: HTTP file uploads with mod_accel

2002-01-06 Thread Issac Goldstand
I use it with uploads and it all works fine. What I still haven't tested is the UPLOAD_HOOK functionality of Apache::Request under it, but I'll get around to that shortly. Issac Philip Mak wrote: >Has anyone been using mod_accel on a website that has HTTP file uploads? > >I'm having troub

HTTP file uploads with mod_accel

2002-01-06 Thread Philip Mak
Has anyone been using mod_accel on a website that has HTTP file uploads? I'm having trouble getting file uploads to work with Internet Explorer 5.5, Netscape 4.7, or Opera 6 through mod_accel 1.0.10. If I access the backend Apache directly, it works. I can upload a 1491 byte file, but I can't up