From c933f98ea4556b5c952fb1be5ba0222cdbf8309e Mon Sep 17 00:00:00 2001 From: Martin Kraemer Date: Thu, 8 Nov 2001 14:54:58 +0000 Subject: [PATCH] Port->ServerName hint git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91801 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/upgrading.html.en | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- 2.40.0