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      (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/qdolan%40gmail.com

This email sent to [EMAIL PROTECTED]



--
Seeya...Q

Quinton Dolan - [EMAIL PROTECTED]
Gold Coast, QLD, Australia (GMT+10)
Ph: +61 419 729 806




with regards,
--

Lachlan Deck






--
Seeya...Q

Quinton Dolan - [EMAIL PROTECTED]
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      (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to