From: Christophe Jaillet Date: Wed, 30 Apr 2014 05:32:08 +0000 (+0000) Subject: Add missing links X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61169631728af7131f6ac99da76d02731c588059;p=thirdparty%2Fapache%2Fhttpd.git Add missing links git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1591198 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/getting-started.html.en b/docs/manual/getting-started.html.en index 956ba75f37e..17cf38b6708 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 cc375e07282..8192076b259 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.