|
|||||||||||
|
Most configuration is performed on a per-site basis, with some that is applied globally. VWcms configuration comprises these activities for each site:
VWcms supports concurrent multiple sites differentiated by unique file-system locations, using global configuration and web server mapping. The actual file-system location can be anywhere the server has access. As suggested in Installation a concealed logical name for locating VWcms sites is the recommended approach. $ DEFINE /SYSTEM /TRANSLATION=CONCEALED VWCMS_ROOT DKA0:[VWCMS.]
VWCMS$WATCHThe logical name VWCMS$WATCH provides some on-line insight into VWcms configuration and processing. $ DEFINE /SYSTEM VWCMS$WATCH "*"
If translated to be an IP address it confines the behaviour to clients with that address. $ DEFINE /SYSTEM VWCMS$WATCH "192.168.1.2"
|
|||||||||||