At 03:14 PM 07/29/2001 -1000, . wrote:
>I'm currently running a RedHat 7.1 box, with Perl 5.005 (I think), and
>Apache webserver 1.3.12.
>
>My problem is that, after having followed the directions for configuring
>Apache to handle cgi scripts (from both www.apache.org and the httpd.conf
>documentation), I get a 403:forbidden error when I try to run my scripts
>from the browser.
>
>I tried to chmod the cgi-bin directory and my scripts to 0000, but it still
>doesn't work.  (So, I don't think it's Linux blocking me.)

chmod'ing a file or directory to 0000 basically denys ANY type of access to
/anyone/.

Try chmod'ing the directory so it has read/execute permissions.

Aloha,
mel




-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to