Am having this same problem myself after upgrading to mountain lion server:
The requested URL /cgi-bin/WebObjects/netBrackets.woa was not found on this server. but I do have the ScriptAlias in my /etc/apache2/httpd.conf: ScriptAliasMatch ^/cgi-bin/((?!(?i:webobjects)).*$) "/Library/WebServer/CGI-Executables/$1" Also have included the apache.conf: Include /System/Library/WebObjects/Adaptors/Apache2.2/apache.conf Which itself points to webobjects... LoadModule WebObjects_module /System/Library/WebObjects/Adaptors/Apache2.2/mod_WebObjects.so But apache still seems confused. Thanks, Jeff On Jul 25, 2012, at 9: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/jeff%40netbrackets.com > > This email sent to [email protected]
_______________________________________________ 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]
