[mp2] Trouble with Apache::Filter input and mod_dav

2004-03-15 Thread Jeff Finn
Hi, I'm trying to write an input filter that will read the request body data, do some transformation, and then write the output to a file using mod_dav: DAV on PerlInputFilterHandler FileDataLog::input The problem I'm having is that whenever I try to PUT a file that contains n

RE: [mp2] Trouble with Apache::Filter input and mod_dav

2004-03-15 Thread Jeff Finn
Thanks. This fixes the problem I was having. Jeff -Original Message- From: Stas Bekman [mailto:[EMAIL PROTECTED] Sent: Monday, March 15, 2004 7:52 PM To: Stas Bekman Cc: Jeff Finn; [EMAIL PROTECTED] Subject: Re: [mp2] Trouble with Apache::Filter input and mod_dav Stas Bekman wrote

RE: ModPerl::Registry: Software caused connection abort

2004-08-04 Thread Jeff Finn
I'm joining this thread a little late, but I just noticed I have a similar problem to this with Apache 2.0.49/50 and mp1.99_14. I have the server set up for responses to pass thru a filter: PerlOutputFilterHandler Apache::FileProtector::output When I use curl to access the server and hit ctrl-c

RE: ModPerl::Registry: Software caused connection abort

2004-08-05 Thread Jeff Finn
PROTECTED] Sent: Wednesday, August 04, 2004 11:45 PM To: Jeff Finn Cc: [EMAIL PROTECTED] Subject: Re: ModPerl::Registry: Software caused connection abort Jeff Finn wrote: > I'm joining this thread a little late, but I just noticed I have a similar > problem to this with Apache 2.0.49/50 and

RE: ModPerl::Registry: Software caused connection abort

2004-08-09 Thread Jeff Finn
2004 11:53 AM To: [EMAIL PROTECTED] Subject: RE: ModPerl::Registry: Software caused connection abort >From: "Jeff Finn" <[EMAIL PROTECTED]> >Ok; I have generated a semi-self-contained Apache-test that will produce >this error. I'm glad, because I wasn't having an

RE: Intercepting with data for mod_dav

2005-02-04 Thread Jeff Finn
I've been doing this with mod_perl 2.. here's the relative parts of my config: Alias /dav_files /home/users # # hook into the other phases for # PerlOutputFilterHandler MyEncrypt::output PerlInputFilterHandler MyEncrypt::input PerlSetOutputFilter