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/08/19 22:14:20 UTC

svn commit: r1618966 - in /httpd/httpd/branches/2.4.x/docs/manual/vhosts: name-based.html.en name-based.xml

Author: jailletc36
Date: Tue Aug 19 20:14:20 2014
New Revision: 1618966

URL: http://svn.apache.org/r1618966
Log:
Fix typo noticed by GilDawson

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/vhosts/name-based.html.en
    httpd/httpd/branches/2.4.x/docs/manual/vhosts/name-based.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/vhosts/name-based.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/vhosts/name-based.html.en?rev=1618966&r1=1618965&r2=1618966&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/vhosts/name-based.html.en (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/vhosts/name-based.html.en Tue Aug 19 20:14:20 2014
@@ -118,7 +118,7 @@
        inherited from the base server configuration.  If no server name was 
        specified globally, one is detected at startup through reverse DNS resolution
        of the first listening address.  In either case, this inherited server name
-       will influenced name-based virtual host resolution, so it is best to always
+       will influence name-based virtual host resolution, so it is best to always
        explicitly list a  <code class="directive"><a href="../mod/core.html#servername">ServerName</a></code> in every
        name-based virtual host.</p>
     </div>

Modified: httpd/httpd/branches/2.4.x/docs/manual/vhosts/name-based.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/vhosts/name-based.xml?rev=1618966&r1=1618965&r2=1618966&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/vhosts/name-based.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/vhosts/name-based.xml Tue Aug 19 20:14:20 2014
@@ -130,7 +130,7 @@
        inherited from the base server configuration.  If no server name was 
        specified globally, one is detected at startup through reverse DNS resolution
        of the first listening address.  In either case, this inherited server name
-       will influenced name-based virtual host resolution, so it is best to always
+       will influence name-based virtual host resolution, so it is best to always
        explicitly list a  <directive module="core">ServerName</directive> in every
        name-based virtual host.</p>
     </note>