Help - Search - Members - Calendar
Full Version: Installing Miva on Plesk
The Planet Forums > Control Panels > Plesk
dwdonline
I am having a hard time with installing miva empresa on my new server with plesk. Is there anyone who can help me? I have followed the info on this:
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_ /home/user/lib/commerce/library.so (method, path, and file name for each installed commerce library)

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
Jonathan
On the 'Standard' install of Plesk your httpd.conf is located in /usr/local/psa/apache/conf/ on the 'RPM' install of Plesk your httpd.conf is located in /etc/httpd/conf/

You should check out this thread on the Plesk forums: http://forum.plesk.com/showthread.php?s=&t...&highlight=miva
dwdonline
Thanks Jonathan!

Have one question:

SetEnv MvCONFIG_DIR_MIVA /home/miva_user/public_html (path to Miva Script files, usually the same as the DocumentRoot on server)

I figure the path would be: /home/httpd/vhosts/domain.com/httpdocs/

My question is what do I put in place of "domain.com" so that it is relavent to each domain?

Thanks,
Philip
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.