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/.
I've already changed the line for sendmail in:
/usr/sbin/sendmail
And the first line in:
#!/usr/bin/perl
Help
Jeroen van der Weij
If the web site was set up with CGI scripts allowed then the directory is
probably already set to 755. Depending on your FTP program the perl script
probably is probably set with permissions 644 and is not executable.
Also, make sure you are uploading the file as an administrator for that web
site, not as Admin (which is a global account).
--------------
"jvanderweij" <jvand...@hotmail.com> wrote in message
news:10213271...@news.knoware.nl...