[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] perl permissions denied
- Subject: [cobalt-users] perl permissions denied
- From: "Robin Edgar, Tripany" <red@xxxxxxxxxxx>
- Date: Mon Aug 6 18:00:03 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Now I get: (more comments below)
CGIWrap Error: Script Execution Failed
CGIWrap encountered an error while attempting to execute this script:
Error Message: No such file or directory
Error Number: 2
This message usually indicates there is a problem with the script itself.
Often this indicates either that the #! line of the script is incorrect, or
the script was uploaded in binary mode instead of ascii mode. Check to make
sure that the script does not have control-M's at the end of every line.
That will prevent it from executing. An easy fix that takes care of this
most of the time is to put '#!/.../perl --' instead of '#!/.../perl' on the
first line of the script.
If you are not the owner of this script, please forward this error and the
URL that caused it to the script owner. That is often the component in the
URL right after /cgiwrap/.
Local Information and Documentation:
Contact Name: Administrator
Contact EMail: admin
Server Data:
Server Administrator/Contact: admin
Server Name: www.vvdh.nl
Server Port: 80
Server Protocol: HTTP/1.1
Request Data:
User Agent/Browser: Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)
Request Method: GET
Remote Address: 213.84.24.228
Remote Port: 62360
Extra Path Info: /cgi-bin2/env.cgi
The file is there, permissions set to 755, but when I execute the file using
perl -w ./env.cgi
from the command line It outputs a html page, as i think it should.... This
also happens when I upload it to /web/cgi-bin