Date:  06/28/2002 05:07:28 PM Msg ID:  000736
From:  FoxWeb Support Thread:  000734
Subject:  Re: Legacy programs (../cgi-bin/foxweb.exe/
This is certainly a Web server configuration issue.  The 404 error is returned by Web servers, when they can't find the requested resource.  If your URL explicitly points to foxweb.exe and you are getting this error, then the file is not in the location where your Web server expects it to be.
 
Consider the following URL:
http://www.server.com/cgi-bin/foxweb.exe/MyScript.fwx
 
The Web server will look for foxweb.exe in the cgi-bin location.  This location will either be a subdirectory of your Web root, or a different location, pointed to by the 'cgi-bin' virtual directory.  In either case, you should be able to view your Web server's configuration to determine where this location is.  Once you find it, you should verify that foxweb.exe is there.
 
For details on how to configure certain popular Web servers please refer to the Configuring your Web Server (http://www.foxweb.com/document/WebServer.htm) topic of the FoxWeb documentation.

FoxWeb Support Team
support@foxweb.com email

Sent by Peter Williams on 06/28/2002 08:30:39 AM:
Will not run.
 
FWX run fine, PRG's run fine on one server we have installed. Now we need to move some PRG's over to another server that previously ONLY ran fwx's.  I have the CGI-BIN virtual directory set up the same on both servers.  It works on one, but on the other I get a 404 error!
 
I have even set it up to allow diectory browsing.  When I browse the cgi-bin folder, I can see foxweb.exe.  If I click on it on the working server, I get a program not found foxweb error.  If I click it on the new server, I get a 404 error.
 
What am I doing wrong????