Gossamer Forum
Home : Products : DBMan : Installation :

The requested URL was not found on this server.

Quote Reply
The requested URL was not found on this server.
Hello

I am having a problem with getting dbman installed. I am getting the flowing error "The requested URL was not found on this server."

this is from the default.cfg file
# URL of the directory dbman resides in. No Trailing Slash Please.
$db_dir_url = "http://www.chautauquaplastics.com/cgi-bin/dbman";

Help?
Suggestions?
More information?

Thanks,
Chris

Further note I recieve this error

CGIWrap Error: Script Execution Failed

--------------------------------------------------------------------------------

CGIWrap encountered an error while attempting to execute this script:

Error Message: Permission denied
Error Number: 13
This message usually indicates there is a problem with the script itself. The owner of the script needs to check the #! line for correctness.

Server Data:

Server Administrator/Contact: chautauquapl@chautauquaplastics.com
Server Name: chautauquaplastics.com
Server Port: 80
Server Protocol: HTTP/1.1

Request Data:

User Agent/Browser: Mozilla/4.0 (compatible; MSIE 5.5; Windows 98; Win 9x 4.90)
Request Method: GET
Remote Address: 206.159.153.97
Remote Port: 1963
Extra Path Info: /cgi-bin/db.cgi
Quote Reply
Re: The requested URL was not found on this server. In reply to
Sounds like your file permissions are set incorectly

You should find the following files in the archive and they
should have the following permissions

db.cgi (755) -rwxr-xr-x
html.pl (644) -rw-r--r--
auth.pl (644) -rw-r--r--
default.cfg (644) -rw-r--r--
default.pass (666) -rw-rw-rw-
default.count (666) -rw-rw-rw-
default.log (666) -rw-rw-rw-
default.db (666) -rw-rw-rw
auth (777) drwxrwxrwx
README.txt (644) -rw-r--r--

Quote Reply
Re: The requested URL was not found on this server. In reply to
Hello Churchhill, you'll need to search the installation forum for threads on CGIWrap - I know there have been others with a similar problem. Your server is using CGIWrap and you'll need to modify your script calls.

If you don't find anything in the forum, although you definitely should, try using LoisC's FAQ's - it's a handy resource.