[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Problems running cgi-wrap
- Subject: Re: [cobalt-users] Problems running cgi-wrap
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Tue Apr 3 04:59:03 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Spoke to soon :( ... any advice welcome!
>
> --------previous port ------------------------
>
> Cracked it ... I think!
>
> Called it without the full path: /cgi-bin/cgiwrap/user/script.pl
Try /web/cgi-bin/script.pl
Providing the /web has a cgi-bin dirtectory, and the directory
contains the script.
A users root is /
and normally there is one directory there it is web.
If you are using a cgi-bin directory for your scripts
chmod 711 for the directory and the script.
so no one can read it.
They only need to xecute it.
Gerald