]> granicus.if.org Git - apache/commit
Remove need for NameVirtualHost directive by implicitly configuring any duplicated
authorEric Covener <covener@apache.org>
Tue, 28 Dec 2010 00:46:50 +0000 (00:46 +0000)
committerEric Covener <covener@apache.org>
Tue, 28 Dec 2010 00:46:50 +0000 (00:46 +0000)
commit458ab7f915b1c847e2aa0a63e8e6e82770940b2d
treeaa65b17209c0d1fb84deb3efe0f54e009226b9ef
parent0af173a0734894d91b8508b0ec98a82d787bc0be
Remove need for NameVirtualHost directive by implicitly configuring any duplicated
VH addresses as name-based virtual hosts.  This also combines _default_ and *
into a single type of wildcard since these presented a false dichotomy between
address specs.

These are post-config only changes and do not change the runtime lookups.

The biggest loss here is that an unintended duplication of virtual host addresses
can no longer be reported as directly in the past, but should still be debuggabl
via apachectl -S (unintended NVH).  These problems are a drop in the bucket compared
to the difficulty users have with using NameVirtualHost.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053230 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
server/vhost.c