06-30-04 11:04 PM
If I understand correctly, you have defined only one server item to
load-balance.
What you need instead is "server partitioning" (you can search ndguide.pdf
for details). That is, when you define a new server, you don't give the
physical host or IP as name but another unique name, like "ndcontrol server
add 1.2.3.4:80:VHost1_at_myserver address 1.2.3.5 ...".
This way you can define as many virtual hosts as you require pointing to the
same web server instance. Additionaly, when you have defined two servers
that way, you have two advisor requests, which is what you need, instead of
two advisors.
Hope this helps already.
[ Post a follow-up to this message ]
|