Several people have responded so I thought I'd post my solution...
In commonhttpd.conf (someone keeps changing the configuration file) there were
the following lines...
AllowOverride All
Options ExecCGI
and I inserted a couple of lines so it now reads...
AllowOverride All
O
On Sat, 4 May 2002, Webster wrote:
> > I just installed Mandrake 8.2 with Apache and I'm trying to get
>> some of my scripts to run on it. I put them into the www/cgi-bin
>> directory and chmoded them to 755 I also set their owner and
>> group to "apache" But I'm still getting "Forbidden...Yo
On Sat, 04 May 2002 20:35:57 -0400, Superjeremy wrote:
> I just upgraded my os and I installed apache to work on some of my
> scripts.
>
> I put the .pl files into the cgi-bin directory and chmod 755 them.
Check your httpd.conf and make sure you have either 1) set perl to
handle .pl files (via a
On Saturday, May 4, 2002, at 05:35 , SuperJeremy wrote:
[..]
> but im still getting "ForbiddenYou dont have permission..." errors
>
> what am i forgetting? Is there a switch somewhere I need to throw to
> make the
> cgi-bin directory active?
>
> It's a unadulterated apache install from Mand
I just upgraded my os and I installed apache to work on some of my scripts.
I put the .pl files into the cgi-bin directory and chmod 755 them.
I set their owner and group to "apache"
but im still getting "ForbiddenYou dont have permission..." errors
what am i forgetting? Is there a swit
I just installed Mandrake 8.2 with Apache and I'm trying to get some of my
scripts to run on it.
I put them into the www/cgi-bin directory and chmoded them to 755
I also set their owner and group to "apache"
But I'm still getting "Forbidden...You dont have permission" errors
What am I forget