Quoting Carsten Gaebler <[EMAIL PROTECTED]>: > Geff wrote: > > So perhaps a table of what we desire: > > > > ProxyVirtualHostIP ProxySourceIP DestinationServer > > A C E > > B D F > > ip route add E dev eth0 src C > ip route add F dev eth0 src D > > At least this is how it works on Linux provided that eth0 holds C and D. > Note that this applies to *all* connections to E and F, not only > those originating from Apache. > > Hope this helps.
Wow, yes thanks! Now if only we weren't running solaris. :) That's definitely an option tho, I really appreciate the feedback. Geff