You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Bertrand Fritsch <bf...@4js.com> on 2002/05/21 15:25:09 UTC

Internal redirection without a HTTP redirection

Hi,

Is it possible to forward a request to another HTTP server without using the
HTTP redirection codes (30x)?
I would like that Apache connects to another server, sends it the request
and waits for the response before returning it to the user agent.
How can I do this?

Regards,
Bertrand Fritsch


Re: Internal redirection without a HTTP redirection

Posted by Thomas Eibner <th...@stderr.net>.
On Tue, May 21, 2002 at 03:25:09PM +0200, Bertrand Fritsch wrote:
> Hi,
> 
> Is it possible to forward a request to another HTTP server without using the
> HTTP redirection codes (30x)?
> I would like that Apache connects to another server, sends it the request
> and waits for the response before returning it to the user agent.
> How can I do this?

mod_proxy

-- 
  Thomas Eibner <http://thomas.eibner.dk/>