You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2014/04/30 07:32:09 UTC

svn commit: r1591198 - in /httpd/httpd/trunk/docs/manual: getting-started.html.en getting-started.xml

Author: jailletc36
Date: Wed Apr 30 05:32:08 2014
New Revision: 1591198

URL: http://svn.apache.org/r1591198
Log:
Add missing links

Modified:
    httpd/httpd/trunk/docs/manual/getting-started.html.en
    httpd/httpd/trunk/docs/manual/getting-started.xml

Modified: httpd/httpd/trunk/docs/manual/getting-started.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/getting-started.html.en?rev=1591198&r1=1591197&r2=1591198&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/getting-started.html.en (original)
+++ httpd/httpd/trunk/docs/manual/getting-started.html.en Wed Apr 30 05:32:08 2014
@@ -134,9 +134,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">&lt;Directory&gt;</code>, <code class="directive">&lt;Location&gt;</code>, <code class="directive">&lt;VirtualHost&gt;</code>, or other section. If it is to
+in the configuration file, outside of any <code class="directive"><a href="./mod/core.html#directory">&lt;Directory&gt;</a></code>, <code class="directive"><a href="./mod/core.html#location">&lt;Location&gt;</a></code>, <code class="directive"><a href="./mod/core.html#virtualhost">&lt;VirtualHost&gt;</a></code>, or other section. If it is to
 apply only to a particular directory, then it should go inside a
-<code class="directive">&lt;Directory&gt;</code> section referring to
+<code class="directive"><a href="./mod/core.html#directory">&lt;Directory&gt;</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>
 

Modified: httpd/httpd/trunk/docs/manual/getting-started.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/getting-started.xml?rev=1591198&r1=1591197&r2=1591198&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/getting-started.xml (original)
+++ httpd/httpd/trunk/docs/manual/getting-started.xml Wed Apr 30 05:32:08 2014
@@ -133,11 +133,11 @@ arguments that set its value.</p>
 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 <directive
-type="section">Directory</directive>, <directive
-type="section">Location</directive>, <directive
-type="section">VirtualHost</directive>, or other section. If it is to
+type="section" module="core">Directory</directive>, <directive
+type="section" module="core">Location</directive>, <directive
+type="section" module="core">VirtualHost</directive>, or other section. If it is to
 apply only to a particular directory, then it should go inside a
-<directive type="section">Directory</directive> section referring to
+<directive type="section" module="core">Directory</directive> 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>