Re: Question about Setting Request Headers and Mod-Headers

2011-09-11 Thread Suneet Shah
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

Re: Question about Setting Request Headers and Mod-Headers

2011-09-11 Thread Nick Kew
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