Configuring Miva Empresa on UnixME1014-047workdirMiva Empresa has the ability to optimize configuration information by putting virtualhost and authorization information into an indexed database. If workdir is specified, Miva Empresa will use this directory to store its caching database. value format: directory namevirtualhostvariableDefines the environment variable that will be used to determine the name of the virtual host when Miva Empresa processes a request. value format: environment variable, default is SERVER_NAMEGlobal Configuration TagsThe following global configuration tags can be entered in the Miva Empresa global configuration file. Each must have a starting tag <tag> and an ending tag </tag>.<COMMERCE-LIB>The Commerce Library tag identifies the type of commerce method and the location of its libraries. For example:<COMMERCE-LIB METHOD = UPSCost LIBRARY = /usr/local/ miva/lib/upsonline.so> Where: METHOD is the commerce method which the library provides. LIBRARY identifies the location of the Miva Script application commerce libraries. Starting with Miva Empresa version 3.6.4, the MvCOMMERCE tag uses dynamically loaded commerce libraries. Therefore, the METHOD value of the COMMERCE-LIB tag will be passed to the METHOD attribute of the MvCOMMERCE tag. You may add as many COMMERCE-LIB tags as needed to install different commerce protocols. To obtain a list of the Methods and Libraries for the commerce protocols that are available from Miva Corporation, refer to the "Commerce Libraries Listing" at http://www.miva.com/docs/empresa.Note: <COMMERCE-LIB> may not be used in a <VirtualHost> tag, and it must be specified before any <VirtualHost> tags in the Miva Empresa global configuration file.