On Tuesday 02 May 2006 07:08, Yoav Weiss wrote:

> Is there something I'm missing here? Is it a well-known fact that
> apache's subrequest mechanism is intended only for local content, or
> am I just not using it well?

Yes.  There's no HTTP client in the subrequest code.

mod_publisher does what you're trying to do, using its own HTTP client
code, including keepalive to a backend.  Rationalising it to use apache's
proxying code instead is on the wishlist, but that'll want some further
mod_proxy hacking too.

-- 
Nick Kew

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to