Re: trouble setting up (solution?)

2002-05-07 Thread Jake
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

Re: trouble setting up

2002-05-06 Thread jddaly
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

Re: trouble setting up...

2002-05-06 Thread Matthew Weier O'Phinney
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

Re: trouble setting up...

2002-05-04 Thread drieux
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

trouble setting up...

2002-05-04 Thread SuperJeremy
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

trouble setting up

2002-05-04 Thread Webster
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