That was it. I had a ScriptAlias directive both in the virtual host config and the master site config. I needed to disable both.
I don't run any cgi scripts on the server, so I don't need to worry about that. But it looks like I could solve that problem either with ScriptAliasMatch or by using the CGI adaptor. Thanks much. John On Friday Mar 18 1:05 PM, at 1:05 PM, Pascal Robert wrote: > > Good chance that /cgi-bin is taken over by a ScriptAlias directive. Check if > you a ScriptAlias or ScriptAliasMatch directive in your Apache config files > that is taking over /cgi-bin to send it to /var/www/cgi-bin or something like > that. > >> On Friday Mar 18 1:00 PM, at 1:00 PM, Chuck Hill wrote: > That probably means that either mod_webobjects is not getting loaded, or that > virtual host does not map /cgi-bin/WebObjects/ to mod_webobjects (see > ScriptAliasMatch). > > > On Mar 18, 2011, at 12:51 PM, John Baldwin wrote: > >> Not Found >> >> The requested document was not found on this server. >> >> >> I'm getting this error on my dev server when I try to connect to the >> application without using the port number. >> >> so >> >> http://server:2001/cgi-bin/WebObjects/Appname.woa/ >> >> works, but >> >> http://server/cgi-bin/WebObjects/Appname.woa/ >> >> doesn't. >>
_______________________________________________ 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]
