Hello and thank you in advance for you help. I am trying to get empresa to work on my server here and would appreciate it if anyone could give me a little nudge in the right direction.

Here is wait I have done so far:

The server gives a 500 server error when accessing the diag5.mvc file

I have the permissions set with chmod 4755 on the files in the cgi-bin

I have restarted apache

Pasted below are the adds I made to my httpd.conf file:

AddType application/x-miva .mv
Action application/x-miva /cgi-bin/mivavm
AddType application/x-miva-compiled .mvc
Action application/x-miva-compiled /cgi-bin/mivavm
SetEnv MvCONFIG_DIR_MIVA /home/dfs/public_html
SetEnv MvCONFIG_DIR_DATA /home/dfs/webapps/mivamerchant
SetEnv MvCONFIG_DIR_CA /usr/webapps/mivamerchant/empresa/certs
SetEnv MvCONFIG_FLAGS_SECURITY 15
SetEnv MvCONFIG_TIMEOUT_GLOBAL 180
SetEnv MvCONFIG_TIMEOUT_CALL 180
SetEnv MvCONFIG_SSL_OPENSSL /lib/libssl.so.2
SetEnv MvCONFIG_SSL_CRYPTO /lib/libcrypto.so.2
SetEnv MvCONFIG_DIR_BUILTIN /usr/webapps/mivamerchant/empresa/lib/builtins
SetEnv MvCONFIG_LIBRARY /cgi-bin/libmivaconfig.so
SetEnv MvCONFIG_DATABASE_MivaSQL
/usr/webapps/mivamerchant/empresa/lib/databases/mivasql.so
SetEnv MvCONFIG_DATABASE_MySQL
/usr/webapps/mivamerchant/empresa/lib/databases/mysql.so
SetEnv MvCONFIG_COMMERCE_ICS2
/usr/webapps/mivamerchant/empresa/lib/commerce/ics2-v5.06-linux_glibc2.so
SetEnv MvCONFIG_COMMERCE_LinkPoint
/usr/webapps/mivamerchant/empresa/lib/commerce/linkpoint-v5.06-linux_glibc2.so
SetEnv MvCONFIG_COMMERCE_AuthorizeNet
/usr/webapps/mivamerchant/empresa/lib/commerce/authnet-v5.06-linux_glibc2.so
SetEnv MvCONFIG_COMMERCE_CyberCash
/usr/webapps/mivamerchant/empresa/lib/commerce/cybercash-v5.06-linux_glibc2.so