Consultor Eletrônico



Kbase 21700: Can CGIIP Run With Cobalt Web Server?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   6/19/2002
Status: Unverified

GOAL:

Can CGIIP run with Cobalt Web Server?

FACT(s) (Environment):

WebSpeed 3.x

FIX:

This error is seen with CGIIP messenger against the Cobalt Web Server. Progress Software has not tested WebSpeed with Cobalt Web Server. Cobalt has a different way to define the SCRIPT_NAME and PATH_INFO CGI variables, what causes the messenger to get different information from what it expects.

For those users who are interested in configuring this unsupported configuration work, manipulate the the following variables in the wspd_cgi.sh script file.

This is an example of how to implement a workaround:

#!/bin/sh

SCRIPT_NAME=/cgi-bin/wspd_cgi.cgi

PATH_INFO=`echo $PATH_INFO|sed s,/cgi-bin/wspd_cgi.cgi,,`

# You can use this line to find out the variables set by Web Server
# env > /tmp/list_env.txt

If not configured correctly, the following error message is encountered:
Error: "the request URL was not found on this server"