From 7b64dc54a037dc787d2c61fd5569397ba95c3dd1 Mon Sep 17 00:00:00 2001 From: Ken Coar Date: Sun, 7 Dec 1997 23:03:45 +0000 Subject: [PATCH] Correct missing keyword on ScriptAliasMatch example. PR: 1512 Submitted by: Ronnie Brunner git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79677 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_alias.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/mod/mod_alias.html b/docs/manual/mod/mod_alias.html index 7954c8e492..cb66b64798 100644 --- a/docs/manual/mod/mod_alias.html +++ b/docs/manual/mod/mod_alias.html @@ -248,7 +248,7 @@ and if it matches, the server will substitute any parenthesized matches into the given string and use it as a filename. For example, to activate the standard /cgi-bin, one might use:
-    ScriptAlias ^/cgi-bin(.*) /usr/local/apache/cgi-bin$1
+    ScriptAliasMatch ^/cgi-bin(.*) /usr/local/apache/cgi-bin$1
 

-- 2.50.1