You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Ronnie Brunner <br...@netcetera.ch> on 1997/12/04 17:06:27 UTC

documentation/1512: Syntax typo in example

>Number:         1512
>Category:       documentation
>Synopsis:       Syntax typo in example
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    apache
>State:          open
>Class:          doc-bug
>Submitter-Id:   apache
>Arrival-Date:   Thu Dec  4 08:10:00 PST 1997
>Last-Modified:
>Originator:     brunner@netcetera.ch
>Organization:
apache
>Release:        1.3
>Environment:
any
>Description:
http://www.apache.org/docs/mod/mod_alias.html#scriptaliasmatch

wrong:

	ScriptAlias ^/cgi-bin(.*) /usr/local/apache/cgi-bin$1

correct:

	ScriptAliasMatch ^/cgi-bin(.*) /usr/local/apache/cgi-bin$1
>How-To-Repeat:
rtfm ;-) (sorry I had to)
>Fix:

>Audit-Trail:
>Unformatted:
[In order for any reply to be added to the PR database, ]
[you need to include <ap...@Apache.Org> in the Cc line ]
[and leave the subject line UNCHANGED.  This is not done]
[automatically because of the potential for mail loops. ]