]> granicus.if.org Git - apache/commitdiff
In the upgrading document, mention the messages for virtual
authorDaniel Earl Poirier <poirier@apache.org>
Mon, 30 Aug 2010 17:39:26 +0000 (17:39 +0000)
committerDaniel Earl Poirier <poirier@apache.org>
Mon, 30 Aug 2010 17:39:26 +0000 (17:39 +0000)
hosts that can now cause startup failure.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@990876 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/upgrading.xml

index eb73c304b7fc364e94456f8043aedb5c528ea785..ae6e77a129696ab0fa6b56c5cd3ad07893f4d880 100644 (file)
  - 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>