Capturing Apache response

2009-02-08 Thread Solutio at Gmail
We are trying to implement a solution that would allow us to capture Apache (v. 2.0.63) responses sent to clients, each in a separate file on the server. I added a bucket brigade based output filter that mimics an example found in http://perl.apache.org/docs/2.0/user/handlers/filters.html#Bucket

Re: Capturing Apache response

2009-02-10 Thread Solutio at Gmail
First of all, I thank you both for your expert opinion on the topic. I have never had to fiddle with this sort of Apache customization, so I'm learning in the process... As for the way to communicate the file name to the filter, sure, we would like to keep it as simple as possible and avoid pi

Re: Capturing Apache response

2009-02-13 Thread Solutio at Gmail
altogether. -- From: "Mark Hedges" Sent: Friday, February 13, 2009 12:07 PM To: "Solutio at Gmail" Cc: "André Warnier" ; Subject: Re: Capturing Apache response On Tue, 10 Feb 2009, Solutio at Gmail wrote: First of all, I thank you both for y

Re: Capturing Apache response

2009-02-13 Thread Solutio at Gmail
We'll look at pnotes too. Thanks again. -- From: "Mark Hedges" Sent: Friday, February 13, 2009 1:11 PM To: "Solutio at Gmail" Cc: "André Warnier" ; Subject: Re: Capturing Apache response I'm trying to s