From aa13f946abbd4df7de9577a39b04522e03b2e7a7 Mon Sep 17 00:00:00 2001 From: Nick Kew Date: Sun, 24 Sep 2006 22:29:59 +0000 Subject: [PATCH] Add extra explanatory clause to VirtualHost docs git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@449514 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index d03ba6ded38..9250f7aa31d 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -3255,7 +3255,7 @@ hostname or IP address
  • The IP address of the virtual host;
  • A fully qualified domain name for the IP address of the - virtual host;
  • + virtual host (not applicable to NameVirtualHosts);
  • The character *, which is used only in combination with NameVirtualHost * to match all IP addresses; or
  • -- 2.47.2