From: Yoshiki Hayashi Date: Mon, 7 Oct 2002 10:14:44 +0000 (+0000) Subject: Clarify what basename is (from 1.3). X-Git-Tag: 2.0.44~355 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a88dac3db11561e98ce73093f74e1d18cfedbb9e;p=apache 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 --- 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