From: Eric Covener
The complete list of names in the VirtualHost
+ directive are treated just like a (non wildcard) ServerAlias
+ (but are not overridden by any ServerAlias statement).
If the client submitted a HTTP/1.0 request without
Host: header field we don't know to what server
the client tried to connect and any existing
diff --git a/docs/manual/vhosts/details.xml b/docs/manual/vhosts/details.xml
index 51f6c1e2cc1..474f8fd5996 100644
--- a/docs/manual/vhosts/details.xml
+++ b/docs/manual/vhosts/details.xml
@@ -272,6 +272,10 @@
matches against the real port to which the client sent the
request.
The complete list of names in the VirtualHost
+ directive are treated just like a (non wildcard) ServerAlias
+ (but are not overridden by any ServerAlias statement).
If the client submitted a HTTP/1.0 request without
Host: header field we don't know to what server
the client tried to connect and any existing