Re: Apache 2.2 cgi-bin forbidden

2008-04-04 Thread Q
What part of that config isn't working? I don't think it means what you think it does. On 05/04/2008, at 9:00 AM, Lachlan Deck wrote: Thanks Quinton, just wondering, however, why this part that's already there isn't working: <...> Options FollowSymLinks AllowOverride None Order

Re: Apache 2.2 cgi-bin forbidden

2008-04-04 Thread Lachlan Deck
Thanks Quinton, just wondering, however, why this part that's already there isn't working: <...> Options FollowSymLinks AllowOverride None Order deny,allow Deny from all <...> AllowOverride None Options None Order allow,deny Allow from all <...> <...>

Re: Apache 2.2 cgi-bin forbidden

2008-04-04 Thread Q
I do this with apache 2 on FreeBSD Allow from All Alias /WebObjects /WebObjects Options -Indexes Allow from All On 05/04/2008, at 8:21 AM, Lachlan Deck wrote: Hi there, I know the easy option for /private/etc/apache2/httpd.conf: Options FollowSymLinks AllowOverride Non

Apache 2.2 cgi-bin forbidden

2008-04-04 Thread Lachlan Deck
Hi there, I know the easy option for /private/etc/apache2/httpd.conf: Options FollowSymLinks AllowOverride None #Order deny,allow #Deny from all But what's the better option so as not to open things up so much and still avoid the 403 Forbidden? Thanks with regards, -- Lac