Adam Prime x443 <[EMAIL PROTECTED]> [08-12-2006 20:40]:
> If there is actually somethign like an Apache2::Proxy out there, i'd
> like to hear about it.
It's called mod_perl+mod_proxy... :-)
You can configure mod_proxy from mod_perl using $r->proxyreq(2). See
perldoc Apache2::RequestRec and my re
right through this filter/proxy.
Not sure if this is even related to what you're really trying to do or
not, but maybe it'll give you another place to start or something.
If there is actually somethign like an Apache2::Proxy out there, i'd
like to hear about it.
Adam
-Origina
On 06/12/06, Marc Lambrichs <[EMAIL PROTECTED]> wrote:
I'm trying to change a subrequest to do a request to a different server
than the originating one. I'm not sure if this is possible. Anyway, I've
skipped the internal_redirect because - am I correct? - this is bound to
the originating server.