Re:Re: Redirection

2001-10-29 Thread reinhard_poetz
se /proxy/xxx http://server1:8080/xxx > > Regards, > > --mike > > On Mon, 29 Oct 2001 [EMAIL PROTECTED] wrote: > > > > > The Apache Webserver provides a proxy module. This module enables the > > redirection of URLs in the background (the user who enters

Re: Redirection

2001-10-29 Thread Michael McKibben
Apache Webserver provides a proxy module. This module enables the > redirection of URLs in the background (the user who enters the URL in his browser > will not know that this request is served by another web server) - for > example: > > ProxyPass /xxx http://server1:8080/xxx > Pr

Redirection

2001-10-29 Thread reinhard_poetz
The Apache Webserver provides a proxy module. This module enables the redirection of URLs in the background (the user who enters the URL in his browser will not know that this request is served by another web server) - for example: ProxyPass /xxx http://server1:8080/xxx ProxyPassReverse /xxx