RE: [users@httpd] Serve web pages from a different server

2014-07-16 Thread John Garrett
help is much appreciated. From: Wei-min Lee [mailto:weimin.b@gmail.com] Sent: Wednesday, July 16, 2014 6:49 PM To: Apache httpd users mailing list Subject: Re: [users@httpd] Serve web pages from a different server Redirect assumes the destination is directly accessible whereas with p

Re: [users@httpd] Serve web pages from a different server

2014-07-16 Thread Wei-min Lee
Redirect assumes the destination is directly accessible whereas with proxy/reverse proxy, the target, as you said, Wim, could be non public servers. ~Sent from my HTC PN07120~ On Jul 16, 2014 5:42 PM, "Wim Lewis" wrote: > > On 16 Jul 2014, at 5:17 PM, John Garrett wrote: > > Is there a way to us

Re: [users@httpd] Serve web pages from a different server

2014-07-16 Thread Wim Lewis
On 16 Jul 2014, at 5:17 PM, John Garrett wrote: > Is there a way to use the virtual server directive to serve web pages from a > different server with a different IP address than my production > FreeBSD/Apache box? > > I have DNS set up so website1.com and website2.com both resolve to the > machi

Re: [users@httpd] Serve web pages from a different server

2014-07-16 Thread Wei-min Lee
Yes, you can use vhosts for different sites and use mod_proxy on the vhost stanza for the site on iis be proxied by apache. ~Sent from my HTC PN07120~ On Jul 16, 2014 5:35 PM, "Wei-min Lee" wrote: > Sounds like a case for mod_proxy. > > ~Sent from my HTC PN07120~ > On Jul 16, 2014 5:18 PM, "John

Re: [users@httpd] Serve web pages from a different server

2014-07-16 Thread Wei-min Lee
Sounds like a case for mod_proxy. ~Sent from my HTC PN07120~ On Jul 16, 2014 5:18 PM, "John Garrett" wrote: > Is there a way to use the virtual server directive to serve web pages from > a > different server with a different IP address than my production > FreeBSD/Apache box? > > I have DNS set

[users@httpd] Serve web pages from a different server

2014-07-16 Thread John Garrett
Is there a way to use the virtual server directive to serve web pages from a different server with a different IP address than my production FreeBSD/Apache box? I have DNS set up so website1.com and website2.com both resolve to the machine running Apache I've been trying to set up a virtual host