From 7409a92d89e203aa5c81e569a451090f78e8f5c4 Mon Sep 17 00:00:00 2001 From: Vincent Bray Date: Mon, 23 Jul 2007 07:17:22 +0000 Subject: [PATCH] Reword description of matching NVH with VH, per docs@, subject "NameVirtualHost and " June 12, 2006. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@558629 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/vhosts/name-based.html.en | 4 ++-- docs/manual/vhosts/name-based.xml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/manual/vhosts/name-based.html.en b/docs/manual/vhosts/name-based.html.en index 2f63d343ff..a84561f881 100644 --- a/docs/manual/vhosts/name-based.html.en +++ b/docs/manual/vhosts/name-based.html.en @@ -90,8 +90,8 @@

The next step is to create a <VirtualHost> block for each different host that you would like to serve. The argument to the <VirtualHost> directive - should be the same as the argument to the NameVirtualHost directive (ie, an IP address, - or * for all addresses). Inside each <VirtualHost> block, you will need at minimum a + must match a defined NameVirtualHost directive. (In this usual case, + this will be "*:80"). Inside each <VirtualHost> block, you will need at minimum a ServerName directive to designate which host is served and a DocumentRoot directive to show where in the filesystem the content for that host diff --git a/docs/manual/vhosts/name-based.xml b/docs/manual/vhosts/name-based.xml index b4d4cca836..ae5a432ae8 100644 --- a/docs/manual/vhosts/name-based.xml +++ b/docs/manual/vhosts/name-based.xml @@ -107,9 +107,9 @@ module="core">VirtualHost block for each different host that you would like to serve. The argument to the VirtualHost directive - should be the same as the argument to the NameVirtualHost directive (ie, an IP address, - or * for all addresses). Inside each NameVirtualHost directive. (In this usual case, + this will be "*:80"). Inside each VirtualHost block, you will need at minimum a ServerName directive to designate which host is served and a DocumentRoot -- 2.40.0