You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ma...@apache.org on 2001/11/08 15:54:58 UTC

cvs commit: httpd-2.0/docs/manual upgrading.html.en

martin      01/11/08 06:54:58

  Modified:    docs/manual upgrading.html.en
  Log:
  Port->ServerName hint
  
  Revision  Changes    Path
  1.17      +8 -0      httpd-2.0/docs/manual/upgrading.html.en
  
  Index: upgrading.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/upgrading.html.en,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- upgrading.html.en	2001/10/19 06:05:39	1.16
  +++ upgrading.html.en	2001/11/08 14:54:58	1.17
  @@ -92,6 +92,14 @@
         <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