diff options
author | Luca Toscano <elukey@apache.org> | 2017-08-16 15:42:46 +0200 |
---|---|---|
committer | Luca Toscano <elukey@apache.org> | 2017-08-16 15:42:46 +0200 |
commit | b15a33253fa96cad170431003738e1b5f5dc4b13 (patch) | |
tree | d03496276bad4e3fe3ffc1f0d659e69628c6ccd0 /docs/manual/getting-started.html.en | |
parent | Update offsets (diff) | |
download | apache2-b15a33253fa96cad170431003738e1b5f5dc4b13.tar.xz apache2-b15a33253fa96cad170431003738e1b5f5dc4b13.zip |
Documentation rebuild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1805196 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 a9761363d3..3db9db2258 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#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 +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 apply only to a particular directory, then it should go inside a -<code class="directive"><a href="./mod/core.html#directory"><Directory></a></code> section referring to +<code class="directive"><a href="./mod/core.html#directorysection"><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> |