Re: Problems disabling direct connect mode
Re: Problems disabling direct connect mode
- Subject: Re: Problems disabling direct connect mode
- From: Lachlan Deck <email@hidden>
- Date: Tue, 19 Aug 2008 17:44:58 +1000
On 19/08/2008, at 1:37 PM, Greg Hulands wrote:
Thanks Chuck, that was it. I have updated the wiki to reflect this
change.
greg
On 18/08/2008, at 8:16 PM, Chuck Hill wrote:
On Aug 18, 2008, at 8:06 PM, Greg Hulands wrote:
Any help is greatly appreciated,
It is a problem with your Apache config. I _think_ this is the
offending clause:
<Directory />
Options FollowSymLinks
AllowOverride None
# Order deny,allow
# Deny from all
</Directory>
Or it might be this one:
<Directory "/Library/WebServer/CGI-Executables">
AllowOverride None
Options None
Order allow,deny
Allow from all
</Directory>
Or more conservative:
<Directory />
Options FollowSymLinks
AllowOverride None
Order deny,allow
Deny from all
Allow from localhost # this is the only addition needed
</Directory>
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