Hmm. ProxyPass do not let one append a query string and what I want will not
be achievable with mod_proxy.
The other way round is using mod_rewrite, but somehow I am not able to get
the translation happening The below configuration is giving me error. Forum
please advice
AuthType ECOERP::EcoErpAu
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
authentication with a (hardcoded) user-name and password (of course from
the sample files and configurations) and on authentication success have been
able to proxy the request to a
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. In fact this my own authentication
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. In fact this my own
authentication handler written in mod_perl. It authenticates using
a back end system by accepting username and password from the lo
Hey folks,
I need the assistance from you on a problem with mod_perl and mod_proxy.
Please help.
This is what I am trying or aiming to do.
I have an Apache 2.0 server running mod_proxy with reverse proxy. So all the
request from http://www.foo.com gets proxied to http://baa.com. So far so
good an