On Tue, 2007-10-09 at 11:31 -0700, Mike Grandmaison wrote: > I was thinking I could map customer1.mydomain.com, customer2.mydomain.com, > etc all to one public ip address. Then what I am hoping is that I could have > LVS route the traffic to/from the correct instance of tomcat based on the > subdomain. > > Is this possible? or would I need to have a different public ip address for > each subdomain? any other ideas?
It's not possibly per se with LVS. LVS is an application-agnostic router, nothing more - it shovels packets around based on address+proto +port but does no content inspection. If you're happy binding each subdomain to a different public IP address, you can likely achieve what you want. Graeme _______________________________________________ LinuxVirtualServer.org mailing list - [email protected] Send requests to [EMAIL PROTECTED] or go to http://lists.graemef.net/mailman/listinfo/lvs-users
