Re: The requested document was not found
Re: The requested document was not found
- Subject: Re: The requested document was not found
- From: John Baldwin <email@hidden>
- Date: Fri, 18 Mar 2011 13:25:54 -0700
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 FoundThe 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
works, but
doesn't.
|
_______________________________________________
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