Apache reverse proxy
From: paul b (bisibis_at_pt.lu)
Date: 05/19/04
- Previous message: all mail refused: "Re: System call on Solaris 2.8 to retrieve current user's password"
- Next in thread: Davide Bianchi: "Re: Apache reverse proxy"
- Reply: Davide Bianchi: "Re: Apache reverse proxy"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 19 May 2004 02:52:51 -0700
Hello,
I am installing a reverse proxy on Apache. For basic cases, everything
works fine. When I do a simple redirection, like for example
ProxyPass /server/ https://141.220.200.46/
ProxyPassReverse /server/ https://141.220.200.46/
no problem.
I also succeeded doing a "redirection" to a script like for example:
ProxyPass /server/ https://141.220.200.46/index.php
ProxyPassReverse /server/ https://141.220.200.46/index.php
again, this works, I see the page.
My goal is now to pass additional parameters to index.php in sort:
ProxyPass /server/ https://141.220.200.46/index.php?URL=server
ProxyPass /mail/ https://141.220.200.46/index.php?URL=mail
...
as soon as I pass a parameter to the page, I receive an error that the
page does not exist.
For this reason, my question is now:
Is it possible to redirect on the reverse proxy to a page and pass a
parameter to thisone?
If yes, how can it be done?
Many thanx in advance.
CB
- Previous message: all mail refused: "Re: System call on Solaris 2.8 to retrieve current user's password"
- Next in thread: Davide Bianchi: "Re: Apache reverse proxy"
- Reply: Davide Bianchi: "Re: Apache reverse proxy"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|