Apache-ProxyPass
view release on metacpan or search on metacpan
ProxyPass.pm view on Meta::CPAN
=head1 SYNOPSIS
#httpd.conf or some such
PerlSetVar ProxyPass_filename /xxx/proxy.conf
<Location /foo>
SetHandler perl-script
PerlHandler Apache::ProxyPass
</Location>
#proxy.conf looks like
/foo/apache http://www.apache.org
/foo/perl http://www.perl.com
=head1 DESCRIPTION
Implement the apache mod_proxy module in perl. Based on Apache::ProxyPassThru
=head1 AUTHOR
( run in 0.497 second using v1.01-cache-2.11-cpan-64827b87656 )