-
-
19 Feb 2019 16:42:59 UTC
- Distribution: Plack-Middleware-ReverseProxy
- Module version: 0.16
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (5)
- Testers (5468 / 0 / 0)
- Kwalitee
Bus factor: 1- 96.39% Coverage
- License: perl_5
- Perl: v5.8.1
- Activity
24 month- Tools
- Download (12.06KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 8 contributors- Tatsuhiko Miyagawa
-
danjou
-
Florian Ragwitz
-
FUJIWARA Shunichiro
-
Jesse Luehrs
-
Masahiro Nagano
-
Nobuo Danjou
-
Tokuhiro Matsuno
NAME
Plack::Middleware::ReverseProxy - Supports app to run as a reverse proxy backend
SYNOPSIS
builder { enable_if { $_[0]->{REMOTE_ADDR} eq '127.0.0.1' } "Plack::Middleware::ReverseProxy"; $app; };
DESCRIPTION
Plack::Middleware::ReverseProxy resets some HTTP headers, which changed by reverse-proxy. You can specify the reverse proxy address and stop fake requests using 'enable_if' directive in your app.psgi.
LICENSE
This software is licensed under the same terms as Perl itself.
COPYRIGHT
Copyright 2009-2019 Tatsuhiko Miyagawa
AUTHOR
This module is originally written by Kazuhiro Osawa as HTTP::Engine::Middleware::ReverseProxy for HTTP::Engine.
Nobuo Danjou
Masahiro Nagano
Tatsuhiko Miyagawa
SEE ALSO
Module Install Instructions
To install Plack::Middleware::ReverseProxy, copy and paste the appropriate command in to your terminal.
cpanm Plack::Middleware::ReverseProxy
perl -MCPAN -e shell install Plack::Middleware::ReverseProxy
For more information on module installation, please visit the detailed CPAN module installation guide.