Apache2::ModProxyPerlHtml is a mod_perl2 replacement of the Apache2 module mod_proxy_html.c, used to rewrite HTML/Javascript links for a reverse proxy.
Apache2::ModProxyPerlHtml is very simple and has much better parsing/replacement of URL than the C code. It also support refresh meta tag rewriting.
Installation:
perl Makefile.PL
make && make install
Apache2::ModProxyPerlHtml is still under development and is sure to contain a few bugs. Please send me email to submit bug reports.
Product's homepage
Requirements:
· Perl
What's New in This Release: [ read full changelog ]
· This version adds full support for HTTP refresh header redirection.
· It has a dedicated Web site now.