Re: Internal redirection without a HTTP redirection

2002-05-21 Thread Thomas Eibner

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 



Internal redirection without a HTTP redirection

2002-05-21 Thread Bertrand Fritsch

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