On Wed, Apr 21, 2010 at 22:51, Nick Kew <n...@apache.org> wrote: > > On 21 Apr 2010, at 20:42, Some Guy wrote: > >> Hi all, >> >> Is there any facility in the Apache libs that allows module developers to >> act as a client? > > The usual way would be to harness mod_proxy, commonly in a subrequest. > You don't have to do anything special, just request something configured > to proxy.
As Nick says, the common solution are subrequests. However, note that subrequests are not kept alive. S