From 22c448fc16dfe87f160e66f524748e0f03a16d88 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Sun, 7 Nov 2010 19:05:43 +0000 Subject: [PATCH] looks like the generated markup got into the XML, fix validation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1032349 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index d0a106b03ea..4db31a881f5 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -2922,8 +2922,8 @@ itself port that the server uses to identify itself. This is used when creating redirection URLs.

-

Additionally, ServerName is used (possibly - in conjunction with ServerAlias) to uniquely +

Additionally, ServerName is used (possibly + in conjunction with ServerAlias) to uniquely identify a virtual host, when using name-based virtual hosts.

For example, if the name of the -- 2.47.2