From affa662a18bdc73bcc82ea776644e35de14ef6f0 Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Wed, 30 Apr 2014 05:23:42 +0000 Subject: [PATCH] Add missing links git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1591197 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/getting-started.html.en | 4 ++-- docs/manual/getting-started.xml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/manual/getting-started.html.en b/docs/manual/getting-started.html.en index 49f5734e4e..2e399f99bd 100644 --- a/docs/manual/getting-started.html.en +++ b/docs/manual/getting-started.html.en @@ -134,9 +134,9 @@ arguments that set its value.

The question of "Where should I put that directive?" is generally answered by considering where you want a directive to be effective. If it is a global setting, it should appear -in the configuration file, outside of any <Directory>, <Location>, <VirtualHost>, or other section. If it is to +in the configuration file, outside of any <Directory>, <Location>, <VirtualHost>, or other section. If it is to apply only to a particular directory, then it should go inside a -<Directory> section referring to +<Directory> section referring to that directory, and so on. See the Configuration Sections document for further discussion of these sections.

diff --git a/docs/manual/getting-started.xml b/docs/manual/getting-started.xml index e4d5eb5787..730b756118 100644 --- a/docs/manual/getting-started.xml +++ b/docs/manual/getting-started.xml @@ -133,11 +133,11 @@ arguments that set its value.

directive?" is generally answered by considering where you want a directive to be effective. If it is a global setting, it should appear in the configuration file, outside of any Directory, Location, VirtualHost, or other section. If it is to +type="section" module="core">Directory, Location, VirtualHost, or other section. If it is to apply only to a particular directory, then it should go inside a -Directory section referring to +Directory section referring to that directory, and so on. See the Configuration Sections document for further discussion of these sections.

-- 2.50.1