[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-developers] (no subject)
- Subject: Re: [cobalt-developers] (no subject)
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Thu Jan 11 13:05:01 2001
- List-id: Discussion Forum for developers on Cobalt Networks products <cobalt-developers.list.cobalt.com>
"Dan" <dan@xxxxxxxxx> wrote
> Why is it that whenever I set up a cgi-bin directory and attempt to browse
> to it I get a 403 error (Forbidden). If I try to access any scripts
> within this directory I either get the same 403 error message (if I bypass
> cgiwrap by using AddHandler cgi-script .cgi in the .htaccess file) or a:
>
Dan,
Who owns the script? Sounds like it may be "root".
prperly chown the file
And, I use chmod 711.
Also, is the site setup to run CGI in the GUI?
Gerald