• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Apache 2.2 cgi-bin forbidden
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Apache 2.2 cgi-bin forbidden


  • Subject: Re: Apache 2.2 cgi-bin forbidden
  • From: Lachlan Deck <email@hidden>
  • Date: Sat, 5 Apr 2008 10:00:50 +1100

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



_______________________________________________
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


  • Follow-Ups:
    • Re: Apache 2.2 cgi-bin forbidden
      • From: Q <email@hidden>
References: 
 >Apache 2.2 cgi-bin forbidden (From: Lachlan Deck <email@hidden>)
 >Re: Apache 2.2 cgi-bin forbidden (From: Q <email@hidden>)

  • Prev by Date: Re: Apache 2.2 cgi-bin forbidden
  • Next by Date: WOWODC traveling tips
  • Previous by thread: Re: Apache 2.2 cgi-bin forbidden
  • Next by thread: Re: Apache 2.2 cgi-bin forbidden
  • Index(es):
    • Date
    • Thread