[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Re Cgi Problems
- Subject: RE: [cobalt-users] Re Cgi Problems
- From: Tom Socha <tom@xxxxxxxxxxxxxxxx>
- Date: Sun Jan 23 11:53:18 2000
Make sure that you chown the file as httpd.site#
so if it was site2, you would log in as admin, change to su, then do a
chown httpd.site2 yourscript.cgi
Tom Socha
Technical Services
MoJo Graphics
http://www.mojographics.com
On Sun, 23 Jan 2000, Dan wrote:
> 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
> >
>
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>