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

Re: [cobalt-users] Problems running cgi-wrap



 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