Failed to execute script '../cgi-bin/time.cgi': Win32 Error Code = 2
Failed to execute script '../cgi-bin/time.cgi': Win32 Error Code = 2
(OP)
Heelo. I downloaded a perl script from http://www.dogtagprograms.com/showCode.asp?ID=0007.
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
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
RE: Failed to execute script '../cgi-bin/time.cgi': Win32 Error Code = 2
It had to be /cgi-bin as opposed to ../cgi-bin
Thanks.