[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] CGI WRAP Error? *
- Subject: [cobalt-users] CGI WRAP Error? *
- From: Howard <cobalt@xxxxxxxxxxxxxxx>
- Date: Wed Jun 21 08:27:47 2000
For some reason I get this error now, I don't think I got it before I did
the 3.0 upg.
my cgi file is in:
/home/sites/home/cgi-bin/pw/pass.cgi
When I run:
www.domain.com/cgi-bin/pw/pass.cgi
I get the following error:
I have this on my top line of my pass.cgi:
!/usr/bin/perl
How do I fix this problem?
Thanks
CGIWrap encountered an error while attempting to execute this script:
Error Message: Permission denied
Error Number: 13
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