[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Need some help / fmail.pl script !
- Subject: Re: [cobalt-users] Need some help / fmail.pl script !
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Thu Apr 12 12:33:46 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
"Pro Performance as" <post@xxxxxxxxxxxxxxxxx> wrote
> > See script here : www.insert.no
<SNIP>
> I have now modified the script but now I getting permission denied.
> I had SU to root when I installed the script.
>
> The script is shared an installed in the folder /usr/cgi-bin
>
> What owner should the script have an what chmode ?
>
chown theuser script.cgi
user being the username of the rest of the files in /web
Which reminds me I think you need to put the script
in the /web folder, can-be /web/cgi-bin/script.cgi
in html will be cgi-bin/script.cgi
(we are using cgi-wrappers so it is secure)
chmod 711 script.cgi
(many people use 755, but by using 711 users can't read them)
Gerald