View Single Post
  #2   (View Single Post)  
Old 4th May 2008
anomie's Avatar
anomie anomie is offline
Local
 
Join Date: Apr 2008
Location: Texas
Posts: 445
Default

Quote:
Originally Posted by krreagan
How (if possible) do I configure apache on my s1.myserver.com so that it handles www.myserver.com traffic itself but passes traffic destined for www.theirserver.com to the jail VM and it's own apache server without the client knowing about this configuration?
So, if I understand this correctly, you have:
  • a single static IP address;
  • one apache instance in a jail, the other apache instance in the host environment;
  • two domain names (which currently resolve to the same IP address).

If that's all true, to me the cleanest way to handle this is to run apache only in the jail and simply use name-based virtual hosting to serve up both sites. (Eh, and it sounds like you're already doing that?)

I know this doesn't address exactly what you are looking for. Just throwing out ideas until someone with a better one comes along.
__________________
Kill your t.v.

Last edited by anomie; 4th May 2008 at 09:40 PM. Reason: removed useless suggestion.
Reply With Quote