From a88dac3db11561e98ce73093f74e1d18cfedbb9e Mon Sep 17 00:00:00 2001 From: Yoshiki Hayashi Date: Mon, 7 Oct 2002 10:14:44 +0000 Subject: [PATCH] Clarify what basename is (from 1.3). Fix typo. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97125 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 8fb5c4ac08..1ada667b0a 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -815,7 +815,7 @@ filenames type="directive">Location directives. It should be matched with a </Files> directive. The directives given within this section will be applied to any object - with a basename (not a full path) matching the + with a basename (last component of filename) matching the specified filename. Files sections are processed in the order they appear in the configuration file, after the IfModule Encloses directives that are processed conditional on the -presence of absence of a specific module +presence or absence of a specific module <IfModule [!]module-name> ... </IfModule> server configvirtual host -- 2.40.0