Re: Apache::LightBackhand

2002-06-21 Thread Perrin Harkins
Ricardo Basto wrote: > For example, the other modules try to interpret the response code of the > request before forwarding it back. My module tries the opposite: the > only case it will fake a response code different from what it got is > when the LWP request times out. Every 404, 500, 302 etc. w

RE: Apache::LightBackhand

2002-06-20 Thread Ricardo Basto
Yes, I actually did look at CPAN and the only module that did something similar was ReverseProxy, but the primary focus of that module is to act like a transparent proxy, in a way that na entire host will show up as another (remote, probably Internet) site. For example, the other modules try to in

Re: Apache::LightBackhand

2002-06-20 Thread Ricardo Basto
Well, the attachment disappeared, so I'd better post a link: http://www.basto.com/LightBackhand.pm > 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

Re: Apache::LightBackhand

2002-06-20 Thread Perrin Harkins
Ricardo Basto wrote >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. > > That sounds just like mod_proxy's