Re: Apache2 filters questions

2005-08-04 Thread Javier Alonso Sánchez
On 8/3/05, Stas Bekman <[EMAIL PROTECTED]> wrote:> > > I think you are much better off not to use a filter here. Use > Apache::Request which can give the same POST body more > than once. So I'd > write a trans hander, grabs the body, rewrites the headers based on > the body and the content handl

Re: Apache2 filters questions

2005-08-03 Thread Stas Bekman
Javier Alonso Sánchez wrote: Hi all. I'm fighting hard with Apache2 filters + mod_perl, and I have some doubts to ask you: I want to analyze a POST request to my Apache2 server, analyze it, and change the headers to redirect the POST to another uri, depending on the content (body of the POST).

Apache2 filters questions

2005-08-03 Thread Javier Alonso Sánchez
Hi all. I'm fighting hard with Apache2 filters + mod_perl, and I have some doubts to ask you: I want to analyze a POST request to my Apache2 server, analyze it, and change the headers to redirect the POST to another uri, depending on the content (body of the POST). As I need body+headers, I'm u