From: Jeff Trawick Date: Thu, 7 Nov 2002 12:29:27 +0000 (+0000) Subject: fix a typo in the syntax of LocationMatch X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dfc986a341992b6b0300c17e9584db225dff8ddb;p=apache fix a typo in the syntax of LocationMatch PR: 14303 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97447 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 0e44e9065f..c6a4731cb2 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -1510,7 +1510,7 @@ URLsSyntax: Applies the enclosed directives only to regular-expression matching URLsSyntax: <LocationMatch - regex> ... </Location>Context: + regex> ... </LocationMatch>Context: server config, virtual hostStatus: CoreModule: core diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 87a8b6e8c3..b4b23f9c1f 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -1739,7 +1739,7 @@ URLs Applies the enclosed directives only to regular-expression matching URLs <LocationMatch - regex> ... </Location> + regex> ... </LocationMatch> server configvirtual host diff --git a/docs/manual/mod/quickreference.html.en b/docs/manual/mod/quickreference.html.en index 245be577ce..2bd651046c 100644 --- a/docs/manual/mod/quickreference.html.en +++ b/docs/manual/mod/quickreference.html.en @@ -344,7 +344,7 @@ of active modules URL-path|URL> ... </Location>svCApplies the enclosed directives only to matching URLs <LocationMatch - regex> ... </Location>svCApplies the enclosed directives only to regular-expression + regex> ... </LocationMatch>svCApplies the enclosed directives only to regular-expression matching URLs LockFile filename logs/accept.lock sMLocation of the accept serialization lock file LogFormat