[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] cgi Script File Not Found!



On Tue, 18 Sep 2001, Keith Comer wrote:

|Does anyone have any idea what might be causing this error. Here is the
|cgiwrapd output.
<snip></snip>
|
|*****************
|* CGIWrap Error *
|*****************
|
|Script File Not Found!
|
|
|	Server Administrator/Contact: admin
|	Server Name: www.cortexdigital.com
|	Server Port: 80
|	Server Protocol: HTTP/1.1
|
<snip></snip>

I get this often when I'm trying to debug and I don't make a note of what
I do to repair it. But sometimes it does this because the executable file,
the .cgi or the .pl, is not there because I've renamed it as .cgid or .pld

so what you might try is to have both files there by keeping the .cgi/.pl
version and making a symlink to that named .cgid/.pld

You might also want to make sure that the #! line points to your perl
interpreter.