Re: mp2] [mod_proxy] [filter] mod_proxy is not playing with my request filter.

2010-08-26 Thread James Lee
why its doing what it is doing! It's just frustrating because it sounds like something I should be able to do. James. 2010/8/26 Torsten Förtsch > On Thursday, August 26, 2010 18:28:47 James Lee wrote: > > A few comments below. > > The goal of the code is to fill up $bb. N

Re: mp2] [mod_proxy] [filter] mod_proxy is not playing with my request filter.

2010-08-26 Thread James Lee
7; to this bucket the request appears to hang. #### my $end_of_headers_bucket = APR::Bucket->new($connection->bucket_alloc, "\r\ndata=test"); $bb->insert_tail($end_of_headers_bucket);

Re: mp2] [mod_proxy] [filter] mod_proxy is not playing with my request filter.

2010-08-25 Thread James Lee
again. On 25 August 2010 07:12, André Warnier wrote: > James Lee wrote: > >> Hi mod_perl community, this is my first post so be gentle with me. >> >> I'm trying to create something which translates a GET request into a POST >> (creating the body dynamicall

mp2] [mod_proxy] [filter] mod_proxy is not playing with my request filter.

2010-08-24 Thread James Lee
Hi mod_perl community, this is my first post so be gentle with me. I'm trying to create something which translates a GET request into a POST (creating the body dynamically) and then hand off the POST to another server. I have created a mod_perl connection filter to change the GET to a POST in the