]> granicus.if.org Git - apache/commitdiff
Fix a broken link + fix some layout to synch with trunk
authorChristophe Jaillet <jailletc36@apache.org>
Sat, 10 Feb 2018 12:30:36 +0000 (12:30 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sat, 10 Feb 2018 12:30:36 +0000 (12:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1823759 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/sections.xml

index f2ceb9ea23c60affea889719a478383fbf76255c..ebe93e10f024edb131ce541ee59736dd8f904541 100644 (file)
@@ -51,7 +51,7 @@ to change the scope of other configuration directives.</p>
 <directive type="section" module="mod_version">IfVersion</directive>
 <directive type="section" module="core">Location</directive>
 <directive type="section" module="core">LocationMatch</directive>
-<directive type="section" module="md">MDomainSet</directive>
+<directive type="section" module="mod_md">MDomainSet</directive>
 <directive type="section" module="mod_proxy">Proxy</directive>
 <directive type="section" module="mod_proxy">ProxyMatch</directive>
 <directive type="section" module="core">VirtualHost</directive>
@@ -591,9 +591,9 @@ E.</p>
 &lt;/Files&gt;
 
 &lt;VirtualHost *&gt;
-&lt;Directory "/a/b"&gt;
-    B
-&lt;/Directory&gt;
+    &lt;Directory "/a/b"&gt;
+        B
+    &lt;/Directory&gt;
 &lt;/VirtualHost&gt;
 
 &lt;DirectoryMatch "^.*b$"&gt;