[us...@httpd] apache proxy for different domains

2009-04-07 Thread Lars Bachmann
hi, i want to setup the apache as a proxy. The proxy can be accessed by different top level domains. (www.mysite.de, www.mysite.com, www.mysite.fr, ...) now i want apache to work as an reverse proxy and delegate the http requests to the "real" webserver. So i followed the documentation an

Re: [us...@httpd] apache proxy for different domains

2009-04-07 Thread Davide Bianchi
Lars Bachmann wrote: > It is working fine but I don't know how to setup the redirect for the > different top level domains. Use a combination virtualhosts + proxy NameVirtualHost *:80 ServerName first.domain.com ProxyPass ... ServerName second.domain.com