summaryrefslogtreecommitdiff
path: root/docs/manual/upgrading.xml
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2010-12-28 00:53:56 +0000
committerEric Covener <covener@apache.org>2010-12-28 00:53:56 +0000
commitef81d4ba83ce827f331ef1df8d67415dd03787a9 (patch)
treeb59a9d23853579b596e125043bdb34f85ec12b6b /docs/manual/upgrading.xml
parent458ab7f915b1c847e2aa0a63e8e6e82770940b2d (diff)
downloadhttpd-ef81d4ba83ce827f331ef1df8d67415dd03787a9.tar.gz
Doc for r1053230, NameVirtualHost is now unnecessary and other general NVH-vs-VH improvements.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053231 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/upgrading.xml')
-rw-r--r--docs/manual/upgrading.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/manual/upgrading.xml b/docs/manual/upgrading.xml
index dd31588bb5..a5f385da7e 100644
--- a/docs/manual/upgrading.xml
+++ b/docs/manual/upgrading.xml
@@ -225,7 +225,6 @@
module="filter">FilterProvider</directive> syntax has changed and
now uses a boolean expression to determine if a filter is applied.
</li>
-
</ul>
</section>
</section>
@@ -239,6 +238,12 @@
ignored.</li>
<li><program>htpasswd</program> now uses MD5 hash by default on
all platforms.</li>
+
+ <li>The <directive module="core">NameVirtualHost</directive>
+ directive no longer has any effect, other than to emit a
+ warning. Any address/port combination appearing in multiple
+ virtual hosts is implicitly treated as a name-based virtual host.
+ </li>
</ul>
@@ -264,8 +269,6 @@
- load module <module>mod_access_compat</module>, or update configuration to 2.4 authorization directives.</li>
<li><code>Ignoring deprecated use of DefaultType in line NN of /path/to/httpd.conf</code> - remove <directive module="core">DefaultType</directive>
and replace with other configuration settings.</li>
- <li><code>mixing * ports and non-* ports with a NameVirtualHost address is not supported</code>, <code>Either NameVirtualHost w.x.y.z:n has no VirtualHosts, or there is more than one identical NameVirtualHost line, or your VirtualHost declarations do not match the NameVirtualHost line</code> - these are not new messages, but they now cause startup to fail</li>
- <li><code>_default_ is not allowed in NameVirtualHost directive</code> - self-explanatory; was never valid, but now causes startup to fail.</li>
</ul></li>
<li>Errors serving requests:
<ul>