Re: custom proxy setup with mod_perl

2012-11-23 Thread Fred Moyer
On Fri, Nov 23, 2012 at 3:06 PM, André Warnier wrote: > Ok, get it, thanks. > All-in-one, as a substitute for mod_proxy. > I will have a second look now. Feel free to write me off list with any questions you have specific to this module, but if you can do what you need with mod_proxy I would rec

Re: custom proxy setup with mod_perl

2012-11-23 Thread André Warnier
Fred Moyer wrote: On Fri, Nov 23, 2012 at 2:18 PM, André Warnier wrote: Fred Moyer wrote: You might want to take a look at a mod_perl based proxy module I wrote - https://metacpan.org/module/Apache2::Proxy It was used in conjunction with Perlbal and a couple other tricks, but was pretty speed

Re: custom proxy setup with mod_perl

2012-11-23 Thread Fred Moyer
On Fri, Nov 23, 2012 at 2:18 PM, André Warnier wrote: > Fred Moyer wrote: >> >> You might want to take a look at a mod_perl based proxy module I wrote >> - https://metacpan.org/module/Apache2::Proxy >> >> It was used in conjunction with Perlbal and a couple other tricks, but >> was pretty speedy g

Re: custom proxy setup with mod_perl

2012-11-23 Thread André Warnier
Fred Moyer wrote: You might want to take a look at a mod_perl based proxy module I wrote - https://metacpan.org/module/Apache2::Proxy It was used in conjunction with Perlbal and a couple other tricks, but was pretty speedy given the crude nature of how I implemented it. No offense intended, Fr

Re: custom proxy setup with mod_perl

2012-11-23 Thread André Warnier
Torsten Förtsch wrote: On 11/23/2012 06:39 PM, André Warnier wrote: 1) is that "early enough" to be before the Apache ProxyPass step ? yes, the proxy works as usual in the response phase. 2) can I set the "(corresponding hostname)" above in such a Perl handler, or otherwise manipulate the UR

Re: custom proxy setup with mod_perl

2012-11-23 Thread Fred Moyer
You might want to take a look at a mod_perl based proxy module I wrote - https://metacpan.org/module/Apache2::Proxy It was used in conjunction with Perlbal and a couple other tricks, but was pretty speedy given the crude nature of how I implemented it. On Fri, Nov 23, 2012 at 9:39 AM, André Warni

Re: custom proxy setup with mod_perl

2012-11-23 Thread Torsten Förtsch
On 11/23/2012 06:39 PM, André Warnier wrote: > 1) is that "early enough" to be before the Apache ProxyPass step ? yes, the proxy works as usual in the response phase. > 2) can I set the "(corresponding hostname)" above in such a Perl > handler, or otherwise manipulate the URI before it gets proxy

custom proxy setup with mod_perl

2012-11-23 Thread André Warnier
Hi. I am trying to solve an unconventional (I think) issue with mod_perl (or even without it). Environment : Apache 2.2/mod_perl 2 under Linux. The issue : A number of workstations are in a LAN, using a local DNS server under my control. In the same LAN (192.168.45.0), I have a Linux host runn