Found it: http://lists.apple.com/archives/webobjects-dev/2010/Apr/msg00105.html

I needed comment out the two lines below.

<Directory />
 Options FollowSymLinks
 AllowOverride None
 #Order deny,allow
 #Deny from all
</Directory>

Thanks as always!

Johnny


On Jul 25, 2012, at 4:56 PM, Johnny Miller <[email protected]> wrote:

> Yup.  I was missing the apache.conf.   So now instead of not found I'm 
> getting:
> 
> Forbidden
> 
> You don't have permission to access 
> /cgi-bin/WebObjects/METSAdminApp_1.woa/-5555 on this server.
> 
> 
> 
> 
> On Jul 25, 2012, at 4:44 PM, Chuck Hill <[email protected]> wrote:
> 
>> 
>> On 2012-07-26, at 10:41 AM, Johnny Miller wrote:
>> 
>>> 
>>> It's in there and I tried commenting that line out as well but it had no 
>>> effect?
>> 
>> Are you including the apache.conf from WebObjects?  That error means that it 
>> is seeing the URL as a file request, not one to be passed through to WO.
>> 
>> 
>>> On a side note...  did web sharing get the boot?  It seems that option has 
>>> been dropped from System Preferences
>> 
>> I don't have an ML machine in front of me here.
>> 
>> 
>> Chuck
>> 
>>> 
>>> 
>>> On Jul 25, 2012, at 4:34 PM, Chuck Hill <[email protected]> wrote:
>>> 
>>>> Your httpd.conf needs to be fixed for this setting:
>>>> 
>>>>  ScriptAliasMatch ^/cgi-bin/((?!(?i:webobjects)).*$) 
>>>> "/Library/WebServer/CGI-Executables/$1"
>>>> 
>>>> 
>>>> On 2012-07-26, at 10:32 AM, Johnny Miller wrote:
>>>> 
>>>>> Hi,
>>>>> 
>>>>> I upgraded my computer today and now when I go to debug my application I 
>>>>> get the following print out from Safari: 
>>>>> 
>>>>> The requested URL /cgi-bin/WebObjects/METSAdminApp_1.woa/-5555 was not 
>>>>> found on this server.
>>>>> 
>>>>> WOMonitor, WOTaskd and my application appear to be running.
>>>>> 
>>>>> Did anyone have a similar problem or have an idea on where to start 
>>>>> debugging?
>>>>> 
>>>>> Thanks in advance,
>>>>> 
>>>>> Johnny Miller
>>>>> _______________________________________________
>>>>> Do not post admin requests to the list. They will be ignored.
>>>>> Webobjects-dev mailing list      ([email protected])
>>>>> Help/Unsubscribe/Update your Subscription:
>>>>> https://lists.apple.com/mailman/options/webobjects-dev/chill%40global-village.net
>>>>> 
>>>>> This email sent to [email protected]
>>>> 
>>>> -- 
>>>> Chuck Hill             Senior Consultant / VP Development
>>>> 
>>>> Practical WebObjects - for developers who want to increase their overall 
>>>> knowledge of WebObjects or who are trying to solve specific problems.    
>>>> http://www.global-village.net/gvc/practical_webobjects
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>> 
>> 
>> -- 
>> Chuck Hill             Senior Consultant / VP Development
>> 
>> Practical WebObjects - for developers who want to increase their overall 
>> knowledge of WebObjects or who are trying to solve specific problems.    
>> http://www.global-village.net/gvc/practical_webobjects
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
> 

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to