Nerd Boy Inc

Registered
Apr 9, 2011
4
0
51
Dear All,

I have found the appropriate spot to put my include files for adding something to Virtual Hosts.

My entry is this:

AddType application/x-miva-compiled .mvc
Action application/x-miva-compiled /cgi-bin/mivavm

When I rebuild httpd.conf via: /scripts/rebuildhttpdconf

The lines are where they should be, but now the look like this:

AddType application/x-miva-compiled .mvc
Action application/x-miva-compiled /scgi-bin/mivavm

I have my mivavm file in the /cgi-bin directory and permissions set to: 4755.

But when I try and access the file, I get:

scgiwrap: Caller must be the nobody user

How to do I make it stop putting in the /scgi-bin entry?

Or how do I make this thing run.

I am trying to set up Miva Merchant to run on the server. This is my first CPanel install, the host is Verio and is of no help at all.

Thank you,

Jeff Collins
Nerd Boy Inc.
 

cPanelTristan

Quality Assurance Analyst
Staff member
Oct 2, 2010
7,607
43
348
somewhere over the rainbow
cPanel Access Level
Root Administrator
Where are you putting these lines precisely? You cannot edit VirtualHost sections directly, so I'm confused where you are putting the entries. Please indicate exactly how you are including the entries.