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: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfc986a341992b6b0300c17e9584db225dff8ddb;p=thirdparty%2Fapache%2Fhttpd.git 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 0e44e9065f9..c6a4731cb20 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 87a8b6e8c3b..b4b23f9c1fa 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 245be577cea..2bd651046cb 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