From 2696687bd81a558a3a5f0d05431fe9d9e386d15f Mon Sep 17 00:00:00 2001 From: Yoshiki Hayashi Date: Tue, 14 May 2002 06:47:35 +0000 Subject: [PATCH] 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 --- docs/manual/sections.html | 5 ++--- docs/manual/sections.html.en | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/manual/sections.html b/docs/manual/sections.html index 9782a63a7b..94a7ed1cb6 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 9782a63a7b..94a7ed1cb6 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.

-- 2.50.1