Lemonldap::NG::Handler::Proxy - Perl extension to add a reverse-proxy to a


Lemonldap-NG-Handler documentation  | view source Contained in the Lemonldap-NG-Handler distribution.

Index


NAME

Top

Lemonldap::NG::Handler::Proxy - Perl extension to add a reverse-proxy to a Lemonldap::NG handler.

SYNOPSIS

Top

apache/conf/httpd.conf: # Global reverse proxy PerlModule Lemonldap::NG::Handler::Proxy SetHandler perl-script PerlHandler Lemonldap::NG::Handler::Proxy PerlSetVar LmProxyPass http://real-server.com/ PerlSetVar LmLocationToReplace http://real-server/,https://lemon.server/

  # Or just on a Location
  PerlModule Lemonldap::NG::Handler::Proxy
  <Location /reverse-area>
    SetHandler perl-script
    PerlHandler Lemonldap::NG::Handler::Proxy
    PerlSetVar LmProxyPass https://real-server.com/
    PerlSetVar LmLocationToReplace http://real-server/,https://lemon.server/
  </Location>

DESCRIPTION

Top

This library adds a reverse-proxy functionality to Apache. It is useful to manage redirections if the remote host use it without the good domain.

PARAMETERS

* LmProxyPass (required): Real server to push request to
* LmLocationToReplace (optional): substitution to do to avoid bad redirections. See synopsys for usage.

EXPORT

None by default.

SEE ALSO

Top

Lemonldap::NG::Handler(3), LWP::UserAgent, http://lemonldap-ng.org/

AUTHOR

Top

Xavier Guimard, <x.guimard@free.fr>

BUG REPORT

Top

Use OW2 system to report bug or ask for features: http://jira.ow2.org

DOWNLOAD

Top

Lemonldap::NG is available at http://forge.objectweb.org/project/showfiles.php?group_id=274

COPYRIGHT AND LICENSE

Top


Lemonldap-NG-Handler documentation  | view source Contained in the Lemonldap-NG-Handler distribution.