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 y
Hi there,
I'm an Apache newbie, and currently writing a filter that uses
subrequests and runs them (in order to get a response)
When the subrequests are sent for content located on my server,
there's no problem. I get the response back to the right place and
everything works fine.
When I'm tryin