|
Feb
8 |
|
awarded | Popular Question |
|
Jan
11 |
|
comment |
Git Server Like GitHub? The installation process is in the process of being heavily simplified and made less "Rails-y". There's also an automated installer for CentOS servers (and a prebuilt appliance) available at the Install Gitorious page at getgitorious.com. |
|
Oct
12 |
|
awarded | Popular Question |
|
Aug
14 |
|
awarded | Scholar |
|
Aug
14 |
|
awarded | Supporter |
|
Aug
14 |
|
accepted | Simplest way to set up multiple subdomains to separate VMs running on single host |
|
Aug
14 |
|
comment |
Simplest way to set up multiple subdomains to separate VMs running on single host Gotcha, so since all the VMs are sharing the same ports they cannot simply be port forward but need to be bridged to separate IP adresses. This helped things click for me, thanks! |
|
Aug
14 |
|
comment |
Simplest way to set up multiple subdomains to separate VMs running on single host Thanks, things are starting to click for me. So in essence, as long as I have more than port 80 to handle, and outside clients are using the same ports on each and every VM, then port forwarding won't work and so each VM needs to be mapped to a separate public IP adress. Gotcha. |
|
Aug
14 |
|
comment |
Simplest way to set up multiple subdomains to separate VMs running on single host Ahh right. So any subdomain resolution doesn't happen until I've actually gotten to the host system. Once there Apache virtual hosts can take care of the http part of the equation but other traffic like ssh: and git: has no where else to go but the actual port they've already hit on the host machine. |
|
Aug
14 |
|
comment |
Simplest way to set up multiple subdomains to separate VMs running on single host So in other words, using subdomains to route to each VM via the host system is a complete non-starter? |
|
Aug
14 |
|
revised |
Simplest way to set up multiple subdomains to separate VMs running on single host added 46 characters in body |
|
Aug
14 |
|
awarded | Editor |
|
Aug
14 |
|
revised |
Simplest way to set up multiple subdomains to separate VMs running on single host added 38 characters in body |
|
Aug
14 |
|
comment |
Simplest way to set up multiple subdomains to separate VMs running on single host Starting to refresh my memory on vhosts, however the problem still remains that traffic is not just HTTP, I need to route stuff like the git: protocol correctly as well. Would this make the scenario a non-starter? (In my mind Apache only takes care of the http traffic part of the problem, or am I mistaken?) |
|
Aug
14 |
|
asked | Simplest way to set up multiple subdomains to separate VMs running on single host |
|
Aug
14 |
|
revised |
Simplest way to set up multiple subdomains to separate VMs running on single host added 23 characters in body |
|
Aug
14 |
|
awarded | Editor |
|
Aug
14 |
|
comment |
Simplest way to set up multiple subdomains to separate VMs running on single host Correct, the host has 1 public ip address (DNSed as guests.foo.com in the example) |
|
Aug
14 |
|
revised |
Simplest way to set up multiple subdomains to separate VMs running on single host added 23 characters in body |
|
Aug
14 |
|
comment |
Simplest way to set up multiple subdomains to separate VMs running on single host On the guest VMs? Apache on all of them. |