From: Martin Kraemer Date: Thu, 8 Nov 2001 14:54:58 +0000 (+0000) Subject: Port->ServerName hint X-Git-Tag: 2.0.28~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c933f98ea4556b5c952fb1be5ba0222cdbf8309e;p=apache Port->ServerName hint git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91801 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/upgrading.html.en b/docs/manual/upgrading.html.en index d7814a7a55..0cadc01d0e 100644 --- a/docs/manual/upgrading.html.en +++ b/docs/manual/upgrading.html.en @@ -92,6 +92,14 @@ Listen directive. +
  • Another use of the Port + directive in Apache-1.3 was setting the port number to be used + in self-referential URL's. The Apache-2.0 equivalent is + the new ServerName + syntax: it has been changed to allow specifying both the + hostname and the port number for self-referential URL's + in one directive.
  • +
  • The ServerType directive no longer exists. The method used to serve requests is now determined by the selection of MPM. There is currently no MPM designed to be