(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 protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [EMAIL PROTECTED]