diff options
author | Luca Toscano <elukey@apache.org> | 2017-08-18 10:24:45 +0200 |
---|---|---|
committer | Luca Toscano <elukey@apache.org> | 2017-08-18 10:24:45 +0200 |
commit | 05ed8fd266bbe2d005ab22f52b198245fb2b7295 (patch) | |
tree | f5a6c65210fcdc88c219009a4537b987ee0018cd /docs/manual/getting-started.html.en | |
parent | doc xsl/dtd: introduce idtype attribute for directivesynopsis (diff) | |
download | apache2-05ed8fd266bbe2d005ab22f52b198245fb2b7295.tar.xz apache2-05ed8fd266bbe2d005ab22f52b198245fb2b7295.zip |
Documentation rebuild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1805373 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/getting-started.html.en')
-rw-r--r-- | docs/manual/getting-started.html.en | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/getting-started.html.en b/docs/manual/getting-started.html.en index 3db9db2258..a9761363d3 100644 --- a/docs/manual/getting-started.html.en +++ b/docs/manual/getting-started.html.en @@ -136,9 +136,9 @@ arguments that set its value.</p> <p>The question of "<em>Where should I put that directive?</em>" 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 <code class="directive"><a href="./mod/core.html#directorysection"><Directory></a></code>, <code class="directive"><a href="./mod/core.html#locationsection"><Location></a></code>, <code class="directive"><a href="./mod/core.html#virtualhostsection"><VirtualHost></a></code>, or other section. If it is to +in the configuration file, outside of any <code class="directive"><a href="./mod/core.html#directory"><Directory></a></code>, <code class="directive"><a href="./mod/core.html#location"><Location></a></code>, <code class="directive"><a href="./mod/core.html#virtualhost"><VirtualHost></a></code>, or other section. If it is to apply only to a particular directory, then it should go inside a -<code class="directive"><a href="./mod/core.html#directorysection"><Directory></a></code> section referring to +<code class="directive"><a href="./mod/core.html#directory"><Directory></a></code> section referring to that directory, and so on. See the <a href="sections.html">Configuration Sections</a> document for further discussion of these sections.</p> |