Re: Using Perl with Apache

2001-11-14 Thread Jorge Rocha
i had the same problem, go to your httpd.conf and you'll see AllowOverride all Options Includes FollowSymlinks ExecCGI Allow from all or similar but the execcgi is the option that allows you to exec cgi scpits on the directory you are. i hope this helps you. cheers "." wrote: > I'm currentl

Re: Using Perl with Apache

2001-07-29 Thread .
t; <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, July 29, 2001 5:38 AM Subject: Re: Using Perl with Apache > 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.

Re: Using Perl with Apache

2001-07-29 Thread Mel Matsuoka
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 >documenta

Using Perl with Apache

2001-07-29 Thread .
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