Configuring Miva Empresa on UnixME1014-044mivadefaultThe file name of the default active document name, if no name is specified on the URL command line. This is usually set to index.mv (.mv is the usual Miva Empresa suffix for active document names).value format: file namemivarootDetermines the directory in which Miva Empresa looks for the documents it will parse (active documents). (Use an absolute path for mivaroot or set up a macro for Apaches environment variable). This can be overridden with the ~login directive on the URL command line. mivaroot=&[document_root] mivaroot=/sites/sitename/public_html If mivaroot=/sites/sitename/public_html, and the URL is http://mivasite.com/cgi- bin/miva?/diag.mv, Miva Empresa will look for the file in the directory assigned by the mivaroot configuration option (.../public_html). If the URL is http:// mivasite.com/cgi-bin/miva?/subdirectory/file.mv, Miva Empresa will look for the file in the subdirectory of the path set by the mivaroot configuration option (.../ public_html/subdirectory).value format: absolute path (or macro)packagesMakes the configured packages available to the domain. The codes of available packages are comma-delimited. Refer to <PACKAGE>
on page 8 for additional
information.value format: list of comma-delimited codes of available packagesredirectonly When set to true, Miva Empresa will process scripts only when invoked by Apache CGI-redirect, and will reject standard CGI requests. (This prevents users from using CGI style URLs to circumvent Web server document security.) value format: yes (restricts script processing)no (does not restrict processing)