[deployment-guide/comm-rel: 712/727] Fixed the <VirtualHost> directive synopsis.

Jaromir Hradilek jhradile at fedoraproject.org
Tue Oct 19 13:25:40 UTC 2010


commit 0de51b16dbb99b39fffbbefebca16ce9332fb9e9
Author: Jaromir Hradilek <jhradile at redhat.com>
Date:   Thu Oct 7 01:00:24 2010 +0200

    Fixed the <VirtualHost> directive synopsis.

 en-US/The_Apache_HTTP_Server.xml |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/en-US/The_Apache_HTTP_Server.xml b/en-US/The_Apache_HTTP_Server.xml
index 718eba5..fa69c8a 100644
--- a/en-US/The_Apache_HTTP_Server.xml
+++ b/en-US/The_Apache_HTTP_Server.xml
@@ -513,7 +513,10 @@ Syntax OK</screen>
             <para>
               The <option>&lt;VirtualHost&gt;</option> directive allows you apply certain directives to particular virtual hosts only. It takes the following form:
             </para>
-            <screen>&lt;VirtualHost <replaceable>address</replaceable><optional>:<replaceable>port</replaceable></optional>&#8230;&gt;</screen>
+            <screen>&lt;VirtualHost <replaceable>address</replaceable><optional>:<replaceable>port</replaceable></optional>&#8230;&gt;
+  <replaceable>directive</replaceable>
+  &#8230;
+&lt;/VirtualHost&gt;</screen>
             <para>
               The <replaceable>address</replaceable> can be an IP address, a fully qualified domain name, or a special form as described in <xref linkend="table-apache-httpdconf-virtualhost" />.
             </para>


More information about the docs-commits mailing list