[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] Re Cgi Problems



Are you sure you have the correct /home/sites/site#/web/cgi-bin path
someplace in the script? Or URL in th script?

--
Dan Kriwitsky


> I have a what should be a simple problem.
>
> I have a small CGI perl script which collects data from a form.
> I have been using the same script on previous server for months. and it
> works fine.
>
> now that I am trying to put it on my qube,  I get the an error
>
> 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.
> The owner of the script needs to check the #! line for correctness.
>
> The first line of my script reads
> #!/usr/bin/perl
>
> I have marked the file with mode 755 ...
>
> Does anyone know what I might be missing...
> Thank you
>