Re: [users@httpd] 回覆︰ [users@httpd] 回覆︰ [users@httpd] How to solve ONE fixed IP serving multiple web-servers running on VMs

2015-12-27 Thread Kurtis Rader
On Sun, Dec 27, 2015 at 7:55 PM, Stephen Liu wrote: > > > your question is overly broad for this mailing list. > > It is very unlikely someone is going to take the (unpaid) > > time to evaluate your specific situation and propose a solution. > This is ONLY a test NOT for commercial application. >

[users@httpd] 回覆︰ [users@httpd] 回覆︰ [users@httpd] How to solve ONE fixed IP serving multiple web-servers running on VMs

2015-12-27 Thread Stephen Liu
Hi Kurtis, Thanks for your advice. > your question is overly broad for this mailing list. > It is very unlikely someone is going to take the (unpaid) > time to evaluate your specific situation and propose a solution. This is ONLY a test NOT for commercial application. > Then you need another sy

Re: [users@httpd] 回覆︰ [users@httpd] How to solve ONE fixed IP serving multiple web-servers running on VMs

2015-12-27 Thread Kurtis Rader
On Sun, Dec 27, 2015 at 6:36 PM, Stephen Liu wrote: > > You need to set up one webserver on the fixed IP as a proxy > If I understand it correctly. Run a webserver on a VM with the > Fixed/Static IP forwarded to it on the router and set up it as Proxy? > > That is what I'm most interested rather

Re: [users@httpd] 回覆︰ [users@httpd] How to solve ONE fixed IP serving multiple web-servers running on VMs

2015-12-27 Thread Luis Daniel Lucio Quiroz
This is a squid task. Le 27 déc. 2015 9:36 PM, "Stephen Liu" a écrit : > Hi James, > > Thanks for your advice. > > > You need to set up one webserver on the fixed IP as a proxy > If I understand it correctly. Run a webserver on a VM with the > Fixed/Static IP forwarded to it on the router and se

[users@httpd] 回覆︰ [users@httpd] How to solve ONE fixed IP serving multiple web-servers running on VMs

2015-12-27 Thread Stephen Liu
Hi James, Thanks for your advice. > You need to set up one webserver on the fixed IP as a proxyIf I understand it > correctly.  Run a webserver on a VM with the Fixed/Static IP forwarded to it > on the router and set up it as Proxy? That is what I'm most interested rather than installing Apache o

Re: [users@httpd] How to solve ONE fixed IP serving multiple web-servers running on VMs

2015-12-27 Thread Dr James Smith
You need to set up one webserver on the fixed IP as a proxy. (Look up docs for mod_proxy) and set up appropriate rules to proxy through to your back-end servers... On 27/12/2015 18:28, Jim Paniagua wrote: I dont even know how VM's work .. sorry no help On Fri, Dec 25, 2015 at 7:11 AM, Stephen

Re: [users@httpd] How to solve ONE fixed IP serving multiple web-servers running on VMs

2015-12-27 Thread Jim Paniagua
I dont even know how VM's work .. sorry no help On Fri, Dec 25, 2015 at 7:11 AM, Stephen Liu wrote: > Hi all, > > I have following problem: > > Host Ubuntu 14.04 desktop > VMs Ubuntu 14.04 desktop/server edition > VirtualBox > > I have several web-servers running on VMs, each with it

Re: [users@httpd] 回覆︰ [users@httpd] 回覆︰ [users@httpd] How to solve ONE fixed IP serving multiple web-servers running on VMs

2015-12-25 Thread Marat Khalili
Looks ok at first glance. -- With Best Regards Marat Khalili On December 25, 2015 7:17:47 PM GMT+03:00, Stephen Liu wrote: >Hi, Marat, >Whether following document is good for me to follow; >Building Apache for Proxying >http://www.apachetutor.org/admin/reverseproxies >? > >Thanks >RegardsSteph

[users@httpd] 回覆︰ [users@httpd] 回覆︰ [users@httpd] How to solve ONE fixed IP serving multiple web-servers running on VMs

2015-12-25 Thread Stephen Liu
Hi, Marat, Whether following document is good for me to follow; Building Apache for Proxying http://www.apachetutor.org/admin/reverseproxies ? Thanks RegardsStephen L |   | |   |   |   |   |   | | Running a Reverse Proxy with Apache:As with any modules, the first thing to do is to load them in h

Re: [users@httpd] 回覆︰ [users@httpd] How to solve ONE fixed IP serving multiple web-servers running on VMs

2015-12-25 Thread Marat Khalili
Have no experience with HA Proxy, sorry. Your task can be solved with plain Apache, information about using one as reverse proxy is easier to find. -- With Best Regards Marat Khalili On 25/12/15 18:44, Stephen Liu wrote: Hi Marat, Thanks for your advice. I suppose you referred to HA Proxy

[users@httpd] 回覆︰ [users@httpd] How to solve ONE fixed IP serving multiple web-servers running on VMs

2015-12-25 Thread Stephen Liu
Hi Marat, Thanks for your advice.  I suppose you referred to HA ProxyHAProxy http://www.haproxy.org/ I'm now busily googling on document re its setup on domain base.  Can you help?  Thanks RegardsStephen L Marat Khalili 於 2015年12月25日 (週五) 11:31 PM 寫道﹕ Reverse proxy running on host m

Re: [users@httpd] How to solve ONE fixed IP serving multiple web-servers running on VMs

2015-12-25 Thread Nick Kew
On Fri, 25 Dec 2015 15:11:13 + (UTC) Stephen Liu wrote: > Hi all, > > I have following problem: > > Host   Ubuntu 14.04 desktop > VMs   Ubuntu 14.04 desktop/server edition > VirtualBox > > I have several web-servers running on VMs, each with its own > domain/subdomain and internal

Re: [users@httpd] How to solve ONE fixed IP serving multiple web-servers running on VMs

2015-12-25 Thread Marat Khalili
Reverse proxy running on host may be the answer. It may discriminate sites by domain name and redirect requests to corresponding virtual hosts. -- With Best Regards Marat Khalili On 25/12/15 18:11, Stephen Liu wrote: Hi all, I have following problem: Host Ubuntu 14.04 desktop VMs

[users@httpd] How to solve ONE fixed IP serving multiple web-servers running on VMs

2015-12-25 Thread Stephen Liu
Hi all, I have following problem: Host   Ubuntu 14.04 desktop VMs   Ubuntu 14.04 desktop/server edition VirtualBox I have several web-servers running on VMs, each with its own domain/subdomain and internal IP address.  But I have only one Fixed IP/External IP. All VMs are Apache serve