On 11 Sep 2011, at 06:36, Suneet Shah wrote:
> Hello,
>
> I am new to creating apache modules. I need to create a module very similar
> to mod_headers where I need to add headers to a request. However, instead of
> getting the headers from a config file I need to get it the details from my
> da
Thanks for the suggestions, Nik
Regards
Suneet
On Sun, Sep 11, 2011 at 4:37 AM, Nick Kew wrote:
>
> On 11 Sep 2011, at 06:36, Suneet Shah wrote:
>
> > Hello,
> >
> > I am new to creating apache modules. I need to create a module very
> similar
> > to mod_headers where I need to add headers t
Hello,
I am trying to proxy to an application that was built with Google Web
Toolkit and am trying to see if I can use the existing proxy functionality
that is provided with Apache will work if I need to extend or build a new
module.
The application makes an RPC call that contains a payload. Is i