Jaroslav Lukesh wrote:
1/ how much virtual servers could have single VHM mapping, or it have some size limit (eg., 64kB)
2/ it si possible to have multiple VHM objests in zope root (ie., one per set, for example vhm_A, vhm_B, vhm_C...)
3/ it is possible to place VHM objects into some folderish object (ie., Folder, Transparent Folder) for better organisation?
I am afraid that you have misunderstood how VHM works. There is no limits to the number of sites that you can acces through a VHM, and you only ever need 1! VHM instance in you site. No matter how many sites you want to run on it. But It would most likely be preferably to put your Zope behind an Apache proxy. Then you put the VHM mapping into the httpd.conf and you don't have to store rules in the VHM instance. regards Max M