debian man page for plack::middleware::reverseproxy

Query: plack::middleware::reverseproxy

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Plack::Middleware::ReverseProxy(3pm)			User Contributed Perl Documentation		      Plack::Middleware::ReverseProxy(3pm)

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.
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
HTTP::Engine::Middleware::ReverseProxy Plack Plack::Middleware Plack::Middleware::Conditional perl v5.14.2 2012-05-27 Plack::Middleware::ReverseProxy(3pm)
Related Man Pages
plack::middleware::conditional(3pm) - debian
plack::middleware::errordocument(3pm) - debian
plack::middleware::expires(3pm) - debian
plack::middleware::lint(3pm) - debian
plack::session(3pm) - debian
Similar Topics in the Unix Linux Community
Find columns in a file based on header and print to new file
Weird 'find' results
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph