From 5d60d6a2f9561eba6bbf41162cdeb3bec2d2be33 Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Tue, 3 Jan 2017 04:29:43 +0000 Subject: [PATCH] Fix a typo spotted in an old comment + synch with trunk (trailing space) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1777060 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/vhosts/details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/vhosts/details.xml b/docs/manual/vhosts/details.xml index 3a1c6c1541..df9222f64c 100644 --- a/docs/manual/vhosts/details.xml +++ b/docs/manual/vhosts/details.xml @@ -110,7 +110,7 @@ ref="servernameindication">Server Name Indication.

The complete list of names in the VirtualHost - directive are treated just like a (non wildcard) ServerAlias + directive are treated just like a (non wildcard) ServerAlias (but are not overridden by any ServerAlias statement).

For every vhost various default values are set. In @@ -294,7 +294,7 @@ topics.

  • ServerName should always be set for each - vhost. Otherwise A DNS lookup is required for each + vhost. Otherwise a DNS lookup is required for each vhost.
  • -- 2.40.0