From: Daniel Earl Poirier Date: Mon, 30 Aug 2010 17:39:26 +0000 (+0000) Subject: In the upgrading document, mention the messages for virtual X-Git-Tag: 2.3.9~523 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77d8e03f228c1e8e5fb249706ed78a09dd9190b3;p=thirdparty%2Fapache%2Fhttpd.git In the upgrading document, mention the messages for virtual 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 --- diff --git a/docs/manual/upgrading.xml b/docs/manual/upgrading.xml index eb73c304b7f..ae6e77a1296 100644 --- a/docs/manual/upgrading.xml +++ b/docs/manual/upgrading.xml @@ -252,6 +252,8 @@ - load module mod_access_compat, or update configuration to 2.4 authorization directives.
  • Ignoring deprecated use of DefaultType in line NN of /path/to/httpd.conf - remove DefaultType and replace with other configuration settings.
  • +
  • mixing * ports and non-* ports with a NameVirtualHost address is not supported, 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 - these are not new messages, but they now cause startup to fail
  • +
  • _default_ is not allowed in NameVirtualHost directive - self-explanatory; was never valid, but now causes startup to fail.
  • Errors serving requests: