You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2010/12/08 17:58:45 UTC

svn commit: r1043521 - /httpd/httpd/trunk/docs/manual/vhosts/name-based.xml

Author: covener
Date: Wed Dec  8 16:58:45 2010
New Revision: 1043521

URL: http://svn.apache.org/viewvc?rev=1043521&view=rev
Log:
use <directive> instead of <code>

Modified:
    httpd/httpd/trunk/docs/manual/vhosts/name-based.xml

Modified: httpd/httpd/trunk/docs/manual/vhosts/name-based.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/vhosts/name-based.xml?rev=1043521&r1=1043520&r2=1043521&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/vhosts/name-based.xml (original)
+++ httpd/httpd/trunk/docs/manual/vhosts/name-based.xml Wed Dec  8 16:58:45 2010
@@ -79,8 +79,9 @@
     >NameVirtualHost</directive>. If it is, then it will look at each <directive
     type="section" module="core">VirtualHost</directive> section with a (literal) matching
     IP address and try to find one where the <directive module="core"
-    >ServerName</directive> or <code>ServerAlias</code> matches the requested
-    hostname. If it finds one, then it uses the configuration for that server.</p>
+    >ServerName</directive> or <directive module="core" >ServerAlias</directive> 
+    matches the requested hostname. If it finds one, then it uses the configuration 
+    for that server.</p>
 
     <p id="defaultvhost"> If no matching ServerName or ServerAlias is found in the
     set of virtual hosts matching the NameVirtualHost directive, then