Apache reverse proxy

From: paul b (bisibis_at_pt.lu)
Date: 05/19/04

  • Next message: Tony Walton: "Re: System call on Solaris 2.8 to retrieve current user's password"
    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


  • Next message: Tony Walton: "Re: System call on Solaris 2.8 to retrieve current user's password"

    Relevant Pages

    • Re: [2003] Why cant app print?
      ... There are not redirected session printers? ... If users have enabled redirection of loacl printers, ... If you want to keep your printers installed on the server, ... in AD by creating an IP port, and installing the latest drivers ...
      (microsoft.public.windows.terminal_services)
    • Re: DNS Settings
      ... I want also some kind of redirection or mapping (i ... Having your webserver accept connections for either domain name (server ... name and server alias entries in the Apache configuration). ... prefixed one (a rewrite rule). ...
      (Fedora)
    • Re: Redirect URL AND http to https
      ... This is an Apache web server running on a Windows 2003 (hope you will ... We want to redirect all http requests ... which does a javascript/meta redirection to ...
      (comp.infosystems.www.servers.unix)
    • Redirect problem
      ... I am trying to get redirection to work. ... use CGI qw; ... Both are perl 5.008, both Free BSD, both Apache (but ... the non-working, is a secure server. ...
      (comp.lang.perl.misc)
    • Re: Is mod_rexx no longer maintained?
      ... server tries to do the automatic redirection for directory indexes. ... This is a limitation that has been in every version of Apache and will never be lifted. ... If a DirectoryIndex directive could be redirected via an AddType directive then it could set up a circular search for the method to handle the request. ...
      (comp.lang.rexx)