Configuring Miva Empresa on UnixME1014-049mivarootdetermines the directory in which the Miva Empresa looks for the documents it will parse (active documents) for this Virtual Host. Typically, mivaroot will be defined to be the same directory as the DocumentRoot of the virtual host. The configuration option shows that you can enter specific configuration options that apply only to this Virtual Host.Advanced ConfigurationRedirection Configuration1. If you wish to use redirection (short-style URLs), and are running the Apache Web server, add the following lines to your httpd.conf or srm.conf file. (As of Apache version 1.3.4, Apache recommends that all Apache configuration commands be stored in httpd.conf.) AddType application/x-miva .mv Action application/x-miva /cgi-bin/miva It is assumed your cgi-bin directory is ScriptAlias'ed to /cgi-bin, and the name of the Miva Empresa binary is miva. If you do not have a ScriptAlias for your cgi-bin, Apache will expect a directory called cgi-bin to exist in the document root of the web site. 2. To create a ScriptAlias for a global cgi-bin, add the following line to your httpd.conf or srm.conf file (whichever one you used in step 1, above). ScriptAlias /cgi-bin /home/sites/home/cgi-binNote: If you are not using Apache, you will need to consult your Web server's documentation for information on setting up redirection.Configuring Miva Empresa with Apache suexec Apache suexec is a CGI wrapper program that enables the Web server to run CGI programs as a specific user. To use Miva Empresa under Apache suexec, you will need to install a separate copy of the Miva Empresa binary in each user's private cgi-bin. Each binary should be owned by the owner of the cgi-bin directory. To ease the administration process, you may configure these binaries to share common configuration files. Activity Logging FileWhen Miva Empresa begins execution, but has not yet opened the active document, it opens the logfile. The full path to this file is specified in the global parameter logfile. As with most Miva Empresa global configuration options, you can create a separate file for multiple virtual domains.