]> granicus.if.org Git - apache/commitdiff
Port->ServerName hint
authorMartin Kraemer <martin@apache.org>
Thu, 8 Nov 2001 14:54:58 +0000 (14:54 +0000)
committerMartin Kraemer <martin@apache.org>
Thu, 8 Nov 2001 14:54:58 +0000 (14:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91801 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/upgrading.html.en

index d7814a7a555e74cd0340dce7a35ebe743ab49308..0cadc01d0ee688073c7df241eceb5a943b2e123a 100644 (file)
       <code><a href="mod/mpm_common.html#listen">Listen</a></code>
       directive.</li>
 
+      <li>Another use of the <code>Port</code> 
+      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 <a href="mod/core.html#servername"><code>ServerName</code></a>
+      syntax: it has been changed to allow specifying both the
+      hostname <em>and</em> the port number for self-referential URL's
+      in one directive.</li>
+
       <li>The <code>ServerType</code> 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