>Number: 3631 >Category: documentation >Synopsis: Wrong info in the Howto html file. >Confidential: no >Severity: non-critical >Priority: medium >Responsible: apache >State: open >Class: doc-bug >Submitter-Id: apache >Arrival-Date: Wed Jan 6 23:10:00 PST 1999 >Last-Modified: >Originator: [EMAIL PROTECTED] >Organization: apache >Release: 1.3.3 >Environment: Only tested under Red Hat Linux 5.2. >Description: In the howto document there is a description on how to redirect an entire site to a single cgi program with this line: ScriptAlias / /usr/local/httpd/cgi-bin/redirect_script
This doesn't work on Apache 1.3.3 and it didn't work on apache 1.2.6. The correct answer is to add a / at the end of the line: ScriptAlias / /usr/local/httpd/cgi-bin/redirect_script/ >How-To-Repeat: http://www.apache.org/docs/misc/howto.html >Fix: Insert a / at the end of the ScriptAlias line... >Audit-Trail: >Unformatted: [In order for any reply to be added to the PR database, ] [you need to include <[EMAIL PROTECTED]> in the Cc line ] [and leave the subject line UNCHANGED. This is not done] [automatically because of the potential for mail loops. ] [If you do not include this Cc, your reply may be ig- ] [nored unless you are responding to an explicit request ] [from a developer. ] [Reply only with text; DO NOT SEND ATTACHMENTS! ]
