http://www.miva.com/docs/empresa/v4_INSTAL...allVM_UNIX.html but I am stuck here:
Enter these directives into your httpd.conf (or srm.conf): Where is this?
I am confused on what to put as these directories
SetEnv MvCONFIG_DIR_MIVA /home/miva_user/public_html (path to Miva Script files, usually the same as the DocumentRoot on server)
SetEnv MvCONFIG_DIR_DATA /home/miva_user/mivadata (path to Miva Data files)
SetEnv MvCONFIG_DIR_BUILTIN /miva_user/local/miva/lib/builtins (path to built-in libraries, these are not Commerce Libraries
SetEnv MvCONFIG_DIR_CA /home/miva_user/public_html/certs (path to SSL certificate files)
SetEnv MvCONFIG_SSL_OPENSSL /home/user/lib/libssl.so (path and file name to the OpenSSL library file, libssl.so)
SetEnv MvCONFIG_SSL_CRYPTO /home/user/lib/libcrypto.so (path and file name to the OpenSSL library file)
SetEnv MvCONFIG_COMMERCE_
For details about these configuration directives, and others, see the Miva Empresa Virtual Machine Unix Configuration Guide.
Caution: Data directories must not be accessible via a Web browser. To prevent unauthorized access to the Miva Empresa VM data files, be sure the data directories are placed outside the web accessible hierarchy. For example, do not put the mivadata directory under the Miva html directory. Sample Server Configuration:
/www/sitename
/cgi-bin <- Empresa VM binary and configuration file
/public_html <- Miva Script root directory
/miva_data <- Miva data directory
5. Add the valid extension type to the httpd.conf:
AddType application/x-miva-compiled .mvc
6. If you are setting up redirection (short-style URLs), add the following to your httd.conf:
Action application/x-miva-compiled /cgi-bin/mivavm
Any help would be great!!!!!
Thanks, philip - AIM: dwdsupport