Consultor Eletrônico



Kbase 19786: Internal Server Error When Trying to Run WebSpeed
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/14/2003
Status: Unverified

FACT(s) (Environment):

WebSpeed 3.x

SYMPTOM(s):

Apache Web Server

Why an internal server error message might appear when running WebSpeed

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

FIX:

During WebSpeed installation you are prompted for a path to install WebSpeed. After installation, the wspd_cgi.sh file is updated with the new path in the $DLC/bin directory. The wspd_cgi.sh file is a script that can be run from the cgi-bin directory to call the cgiip messenger. You must copy this script file to the cgi-bin directory.

If the path inside the wspd_cgi.sh file is incorrect and you try to run the script then the error will appear in your web browser

For example:

If you install WebSpeed into /home/usr1/v91A, configure WebSpeed to run then later you decide to move the installation directory elsewhere, the wspd_cgi.sh script still points to the previous directory.

To remedy this error, you must change the path in your script. The line must look something like:


for what_dlc in "/usr1/v91A" "$DLC"

If this line contains an incorrect path to the $DLC directory, it is the likely cause of the error. Modify the path and save the file.