>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:     [EMAIL PROTECTED]
>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 <[EMAIL PROTECTED]> in the Cc line ]
[and leave the subject line UNCHANGED.  This is not done]
[automatically because of the potential for mail loops. ]



Reply via email to