Re: Split Install Question vs. Direct Connect vs. Dev vs. Deploy
Re: Split Install Question vs. Direct Connect vs. Dev vs. Deploy
- Subject: Re: Split Install Question vs. Direct Connect vs. Dev vs. Deploy
- From: Lachlan Deck <email@hidden>
- Date: Fri, 1 Aug 2008 14:30:13 +1000
(keeping on mailing list)
On 01/08/2008, at 2:05 PM, Rams wrote:
On Jul 31, 2008, at 10:01 PM, Lachlan Deck wrote:
On 21/06/2008, at 5:14 AM, Art Isbell wrote:
Include /System/Library/WebObjects/Adaptors/Apache2.2/apache.conf
You also need to modify the default "Directory" config:
<Directory />
Options FollowSymLinks
AllowOverride None
# Order deny,allow
# Deny from all
</Directory>
It's been a while since I configured Apache 2 to work with WO on
Leopard, so if I've forgotten something, please speak up.
Safer option is:
<Directory />
Options FollowSymLinks
AllowOverride None
Order deny,allow
Deny from all
Allow from localhost
</Directory>
I'm trying this now, but getting 403 forbidden messages on the
server... ?
Worked for me after restarting apache (and for good measure wotaskd).
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