Le 2011-03-18 à 15:51, John Baldwin a écrit :

> 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.

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.

> The server name is a virtual host on the server, and I have the httpd.conf 
> contents in the virtual host config file on the server.
> 
> This is on a CentOS host, and I built the adapter per the instructions from 
> the wiki. 
> 
> I don't know if this is a clue or not, but when I restart apache, I get this 
> warning:
> 
> [warn] module WebObjects_module is already loaded, skipping
> 
> I feel like I'm missing something simple, but for the life of me, I can't 
> figure it out.
> 
> John
> 
> _______________________________________________
> 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/probert%40macti.ca
> 
> 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]

Reply via email to