Re: You don't have permission to access /cgi-bin/WebObjects/TheApp.woa/-5579 on this server.
Re: You don't have permission to access /cgi-bin/WebObjects/TheApp.woa/-5579 on this server.
- Subject: Re: You don't have permission to access /cgi-bin/WebObjects/TheApp.woa/-5579 on this server.
- From: Jeff Schmitz <email@hidden>
- Date: Wed, 14 Apr 2010 22:03:06 -0500
Actually, I think I had the Directory entry right originally (with the Order and Deny lines commented out). But when I have them like that, it still doesn't run and gives me a "Safari can't open the page." error (not the permissions error). Runs fine with direct connect enabled.
Jeff
On Apr 14, 2010, at 9:54 PM, Jeff Schmitz wrote:
> Same thing was happening to me (I just upgraded to SL on my Dev machine), and after making the suggested change below, when I start my app with DirectConnect disabled I'm getting
>
> Forbidden
>
> You don't have permission to access /cgi-bin/WebObjects/netBrackets.woa/-9999 on this server.
>
> Any ideas?
>
> Thanks,
> Jeff
>
> On Apr 6, 2010, at 2:34 PM, David LeBer wrote:
>
>>
>> On 2010-04-06, at 3:06 PM, David LeBer wrote:
>>
>>> Hey all,
>>>
>>> I'm on Snow Leopard and my dev environment is not letting me connect to my app with direct connect disabled. Sheepishly, I can't remember whether this has worked since I updated to SL. Does anyone have a working apache2 httpd.conf file they could send me that I could compare against mine?
>>>
>>> Thx,
>>>
>>> ;david
>>
>>
>> Thanks everyone, found it.
>>
>> <Directory />
>> Options FollowSymLinks
>> AllowOverride None
>> Order deny,allow
>> Deny from all
>> </Directory>
>>
>> vs:
>>
>> <Directory />
>> Options FollowSymLinks
>> AllowOverride None
>> #Order deny,allow
>> #Deny from all
>> </Directory>
>>
>> I thought I'd corrected that...
>>
>> ;david
>>
>> --
>> David LeBer
>> Codeferous Software
>> 'co-def-er-ous' adj. Literally 'code-bearing'
>> site: http://codeferous.com
>> blog: http://davidleber.net
>> profile: http://www.linkedin.com/in/davidleber
>> twitter: http://twitter.com/rebeld
>> --
>> Toronto Area Cocoa / WebObjects developers group:
>> http://tacow.org
>>
>>
>>
>>
>> _______________________________________________
>> 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
>
> _______________________________________________
> 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
_______________________________________________
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