From: Yoshiki Hayashi Date: Tue, 14 May 2002 06:47:35 +0000 (+0000) Subject: Fix typo. X-Git-Tag: 2.0.37~402 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ddd40de253d0220fb224c555beb0729169b6695c;p=thirdparty%2Fapache%2Fhttpd.git Fix typo. Remove reference to srm.conf and access.conf. 2.0 does not read them by default. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95080 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/sections.html b/docs/manual/sections.html index 9782a63a7ba..94a7ed1cb6c 100644 --- a/docs/manual/sections.html +++ b/docs/manual/sections.html @@ -69,9 +69,8 @@ files. <Directory> (group 1 above) is processed in the order shortest directory component to longest. If multiple <Directory> sections apply to - the same directory they they are processed in the configuration - file order. The configuration files are read in the order - httpd.conf, srm.conf and access.conf. Configurations included + the same directory they are processed in the configuration + file order. Configurations included via the Include directive will be treated as if they were inside the including file at the location of the Include directive.

diff --git a/docs/manual/sections.html.en b/docs/manual/sections.html.en index 9782a63a7ba..94a7ed1cb6c 100644 --- a/docs/manual/sections.html.en +++ b/docs/manual/sections.html.en @@ -69,9 +69,8 @@ files. <Directory> (group 1 above) is processed in the order shortest directory component to longest. If multiple <Directory> sections apply to - the same directory they they are processed in the configuration - file order. The configuration files are read in the order - httpd.conf, srm.conf and access.conf. Configurations included + the same directory they are processed in the configuration + file order. Configurations included via the Include directive will be treated as if they were inside the including file at the location of the Include directive.