|
I
believe that when using vsdredirect Apache is normally configured to bind to a
specific ip and port number. If, however, you are using the ipchains-based
solution and placing Apache within each virtual server onto a different port
number, Apache will not be configured to a specific ip-port but will instead to
binding to the host server itself (0.0.0.0:8082, 0.0.0.0:8083 etc...). In either
case the behaviour of ipchains when it comes to handling ip-aliases is not
always predictable, and I would suggest that what you are trying to achieve is
not going to work. It should be possible using iptables (which has better
support for that sort of thing) - or, as you suggest, you should be placing your
web-admin on a separate machine (which is the only practical arrangement for
serious hosting anyway).
Tim
|
