Hi list, I'd like some feedback on this module I just wrote. It's something like a reverse proxy, but intended as a gateway from the fully-functional apache/mod_perl to another webserver, probably behind a firewall in the corporate network. The configuration is very simple. The implementation relies on LWP to recreate the request as identical as possible, and then returning the response, as identical as possible too, back to the client. I'm using it as a way of publishing some ASP applications to the internet, and still the only server visible to the net is a linux box. I hope you find it useful. Any comments are welcome, as this is my first (public) Apache:: module.
Regards Ricardo C A de Basto
LightBackhand.pm
Description: Perl program