From 2d515faae6c680a808d359b06a7f3dcb871ab18c Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Thu, 7 Nov 2002 12:29:27 +0000 Subject: [PATCH] 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 --- docs/manual/mod/core.html.en | 2 +- docs/manual/mod/core.xml | 2 +- docs/manual/mod/quickreference.html.en | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.40.0