[deployment-guide/comm-rel: 713/727] Added the list of directives not supported within <VirtualHost>.

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


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

    Added the list of directives not supported within <VirtualHost>.
    
    Thanks to Michael Doyle for pointing this out.

 en-US/The_Apache_HTTP_Server.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/en-US/The_Apache_HTTP_Server.xml b/en-US/The_Apache_HTTP_Server.xml
index fa69c8a..77b8a0e 100644
--- a/en-US/The_Apache_HTTP_Server.xml
+++ b/en-US/The_Apache_HTTP_Server.xml
@@ -3698,7 +3698,7 @@ ErrorDocument 404 /404-not_found.html</screen>
 &lt;/VirtualHost&gt;</screen>
     </example>
     <para>
-      Note that <option>ServerName</option> must be a valid DNS name assigned to the machine. The <option>&lt;VirtualHost&gt;</option> container is highly customizable, and accepts most of the directives available within the main server configuration.
+      Note that <option>ServerName</option> must be a valid DNS name assigned to the machine. The <option>&lt;VirtualHost&gt;</option> container is highly customizable, and accepts most of the directives available within the main server configuration. Directives that are <emphasis>not</emphasis> supported within this container include <option>User</option> and <option>Group</option>, which were replaced by <option>SuexecUserGroup</option>.
     </para>
     <note>
       <title>Note: Changing the Port Number</title>


More information about the docs-commits mailing list