Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Failed to execute script '../cgi-bin/time.cgi': Win32 Error Code = 2

Status
Not open for further replies.
Jul 13, 2001
180
US
Heelo. I downloaded a perl script from
It works fine when I call it directly from cgi-bin via URl. But when I try to SSI it , it doesn't work.

With "virtual include" the result is the script itself displayed in the browser.

With exec cgi, I get this error:
Failed to execute script '../cgi-bin/time.cgi': Win32 Error Code = 2


Any help would be greatly apperecated.!

Thnaks in advance,

Manny
 
Found the error:

It had to be /cgi-bin as opposed to ../cgi-bin

Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top