From 3d011d741a925bdb34036bd2c63ac616ef7cb9ff Mon Sep 17 00:00:00 2001 From: Chris Pepper Date: Sun, 10 Dec 2000 22:19:52 +0000 Subject: [PATCH] Small fix in intro para. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87276 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/location.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/location.html b/docs/manual/location.html index 284371267e..1f7d8e25e7 100644 --- a/docs/manual/location.html +++ b/docs/manual/location.html @@ -34,8 +34,8 @@ URL. It is comparable to the <Directory> directive, and should be matched with a </Location> directive. Directives that -apply to the URL given should be listen -within. <Location> sections are processed in the +apply to the URL given should be listed +between them. <Location> sections are processed in the order they appear in the configuration file, after the <Directory> sections and .htaccess files are read.

-- 2.50.1