Re: Apache 2.2 cgi-bin forbidden
Re: Apache 2.2 cgi-bin forbidden
- Subject: Re: Apache 2.2 cgi-bin forbidden
- From: Q <email@hidden>
- Date: Sat, 5 Apr 2008 14:19:52 +1000
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:
<...>
<Directory />
Options FollowSymLinks
AllowOverride None
Order deny,allow
Deny from all
</Directory>
<...>
<Directory "/Library/WebServer/CGI-Executables">
AllowOverride None
Options None
Order allow,deny
Allow from all
</Directory>
<...>
<IfModule alias_module>
<...>
ScriptAliasMatch ^/cgi-bin/((?!(?i:webobjects)).*$) "/Library/
WebServer/CGI-Executables/$1"
</IfModule>
On 05/04/2008, at 9:25 AM, Q wrote:
I do this with apache 2 on FreeBSD
<Location /cgi-bin/WebObjects>
Allow from All
</Location>
Alias /WebObjects <PATH TO DOCROOT>/WebObjects
<Location /WebObjects>
Options -Indexes
Allow from All
</Location>
On 05/04/2008, at 8:21 AM, Lachlan Deck wrote:
Hi there,
I know the easy option for /private/etc/apache2/httpd.conf:
<Directory />
Options FollowSymLinks
AllowOverride None
# Order deny,allow
# Deny from all
</Directory>
But what's the better option so as not to open things up so much
and still avoid the 403 Forbidden?
Thanks
with regards,
--
Lachlan Deck
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
--
Seeya...Q
Quinton Dolan - email@hidden
Gold Coast, QLD, Australia (GMT+10)
Ph: +61 419 729 806
with regards,
--
Lachlan Deck
--
Seeya...Q
Quinton Dolan - email@hidden
Gold Coast, QLD, Australia (GMT+10)
Ph: +61 419 729 806
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden