A site has multiple server names as part of load balancing. The names are
constant.
Can these multiple hosts be mapped to the same directory of the host name?
Such as:
True hosts:
www0.example.com
www1.example.com
...
www4.example.com
www5.example.com
All get mapped to the output directory:
example.com
?
This could be done (I think) by manually going into the directory and using
-N100
but is there a more generic way that would automatically capture the domain
name? |