Re: [us...@httpd] sharing data between two different apache modules

2009-05-29 Thread Atanu
m http://example.com/protected to proxy to http://localhost:/parse.pl?username=&password= Please help!!! On Thu, May 28, 2009 at 6:41 PM, Atanu wrote: > My setup is Apache 2.x and mod_perl 2.x and > AuthCookie(Apache-AuthCookie-3.12). I have been able to do a cookie based > authenticatio

Re: [us...@httpd] sharing data between two different apache modules

2009-05-28 Thread Atanu
cted http://192.168.1.3: I want to do something like ProxyPassReverse /protected http://192.168.1.3:?username=&password= As suggested in the thread, it could be possible using mod_rewrite, but I am not able to get the rewrite rule to work in the first place. Please help. Thanks, Atanu O

Re: [us...@httpd] sharing data between two different apache modules

2009-05-27 Thread Atanu
Thanks Nick for the pointer. Let me try this out in my boxes. On Wed, May 27, 2009 at 4:09 AM, Nick Kew wrote: > > On 26 May 2009, at 22:37, Atanu wrote: > > - The user will still type http://foo.com. This time a mod_proxy handler >> will display a login page. I

[us...@httpd] sharing data between two different apache modules

2009-05-26 Thread Atanu
tion handler and passing it as a query parameter for the proxy URL? Anticipating a "hint" solution from anybody!! Thanks a lot, Atanu