In my case I did the same thing as on linux deployment: substituted /cgi-bin/... with /Apps/... in woadaptor configuration file ( /System/Library/WebObjects/Adaptors/Apache2.2/apache.conf ) so that WO does not conflict with standard ScriptAlias
2010/11/24 Ron Lift <[email protected]>: > Thank you!!!! > commenting out the > ScriptAlias /cgi-bin/ /Library/WebServer/CGI-Executables/ > fixed the problem > > On Wed, Nov 24, 2010 at 1:24 PM, Ralf Schuchardt <[email protected]> wrote: >> >> Hi, >> >> Am 24.11.2010 um 18:16 schrieb Mark Ritchie: >> >> > Hey, >> > >> > On 24/Nov/2010, at 8:33 AM, Ron Lift wrote: >> > ... >> >> When I use http://<servername>cgi-bin/WebObjects/<appname> I get a 404 >> >> error. >> >> The webserver log has >> >> “script not found or unable to stat: >> >> /Library/WebServer/CGI-Executables/WebObjects” >> > First off, how did '.../cgi-bin/...' become '.../CGI-Executables/...' ? >> >> The 10.6 standard httpd.conf has at least one ScriptAlias statement like >> >> ScriptAlias /cgi-bin/ /Library/WebServer/CGI-Executables/ >> >> that has to be commented out to get WebObjects working. >> >> >> Ralf >> > > > _______________________________________________ > 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/genkush%40rujel.net > > 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: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
