Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

perlbal(3pm) [debian man page]

Perlbal(3pm)						User Contributed Perl Documentation					      Perlbal(3pm)

NAME
Perlbal - Reverse-proxy load balancer and webserver SEE ALSO
<http://www.danga.com/perlbal/> CONTRIBUTING
Got a patch? Or a bug report? Instructions on how to contribute are located here: <http://contributing.appspot.com/perlbal> Thanks! COPYRIGHT AND LICENSE
Copyright 2004, Danga Interactive, Inc. Copyright 2005-2010, Six Apart, Ltd. You can use and redistribute Perlbal under the same terms as Perl itself. perl v5.14.2 2012-02-27 Perlbal(3pm)

Check Out this Related Man Page

Perlbal::Plugin::XFFExtras(3pm) 			User Contributed Perl Documentation			   Perlbal::Plugin::XFFExtras(3pm)

NAME
Perlbal::Plugin::XFFExtras - Perlbal plugin that can optionally add an X-Forwarded-Port and/or X-Forwarded-Proto header to reverse proxied requests. SYNOPSIS
# in perlbal.conf LOAD XFFExtra CREATE POOL web POOL web ADD 10.0.0.1:80 CREATE SERVICE proxy SET role = reverse_proxy SET listen = 0.0.0.0:80 SET pool = web SET plugins = XFFExtras SET send_backend_port = yes SET send_backend_proto = yes ENABLE proxy DESCRIPTION
This plugin adds optional headers to be sent to backend servers in reverse proxy mode. HEADERS
o X-Forwarded-Port This header will contain an integer value indicating the port that the peer connected to. This will correspond to the port number specified on the listen line of the perlbal service that initially handled the connection. o X-Forwarded-Proto This header will contain a string indicating the protocol the client connected to perlbal via. Currently this will be either 'http' or 'https'. AUTHOR
Jonathan Steinert, <hachi@kuiki.net> COPYRIGHT AND LICENSE
Copyright (C) 2012 by Say Media Inc, <cpan@saymedia.com> This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.6 or, at your option, any later version of Perl 5 you may have available. perl v5.14.2 2012-02-06 Perlbal::Plugin::XFFExtras(3pm)
Man Page