Apache-ReverseProxy

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

     /news/ http://www.news.com/
     / http://www.perl.com/
     /stats http://localhost/stats exact
     # /stats maps exactly to http://localhost/stats
     # /stats/b maps to http://www.perl.com/stats/b
     /french/news http://www.news.com/?language=french
     # /french/news/index -> http://www.news.com/index?language=french
     # /french/news/index?a=b -> http://www.news.com/index?language=french&a=b

TO-DO
      1. Cookie header translation.
      2. Verbose/debug logging.

REQUIREMENTS
     This module requires LWP, available at:
     http://www.cpan.org/modules/by-module/LWP/

AUTHOR
     Clinton Wong, http://search.cpan.org/~clintdw/

COPYRIGHT

lib/Apache/ReverseProxy.pm  view on Meta::CPAN

 /stats http://localhost/stats exact
 # /stats maps exactly to http://localhost/stats
 # /stats/b maps to http://www.perl.com/stats/b
 /french/news http://www.news.com/?language=french
 # /french/news/index -> http://www.news.com/index?language=french
 # /french/news/index?a=b -> http://www.news.com/index?language=french&a=b


=head1 TO-DO

  1. Cookie header translation.
  2. Verbose/debug logging.

=head1 REQUIREMENTS

 This module requires LWP, available at:
 http://www.cpan.org/modules/by-module/LWP/

=head1 AUTHOR

 Clinton Wong, http://search.cpan.org/~clintdw/



( run in 0.290 second using v1.01-cache-2.11-cpan-4e96b696675 )