Consultor Eletrônico



Kbase P17363: Error: This Page cannot be found HTTP 404, unable to run Web
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   04/11/2003
Status: Verified

FACT(s) (Environment):

WebSpeed 3.x

FACT(s) (Environment):

Apache

SYMPTOM(s):

This Page cannot be found HTTP 404 - File not found

Browser downloads file from URL http://hostname/cgi-bin/wspd_cgi.sh

CAUSE:

Missing /cgi-bin alias from Web Server configuration

FIX:

Add /cgi-bin within ScriptAlias section of the $APACHE_HOME/conf/httpd.conf file.

Example of how the entry should look within the file:

# ScriptAlias: This controls which directories contain server scripts.
# ScriptAliases are essentially the same as Aliases, except that
# documents in the realname directory are treated as applications and
# run by the server when requested rather than as documents sent to the client.
# The same rules about trailing "/" apply to ScriptAlias directives as to
# Alias.

ScriptAlias /cgi-bin/ "/usr/apache/cgi-bin/"