Re: using subrequest to different server

2006-12-12 Thread Radoslaw Zielinski
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

RE: using subrequest to different server

2006-12-08 Thread Adam Prime x443
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

Re: using subrequest to different server

2006-12-07 Thread Aaron Trevena
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.