]> granicus.if.org Git - apache/commitdiff
Try to improve the wording
authorMartin Kraemer <martin@apache.org>
Thu, 8 Nov 2001 14:43:46 +0000 (14:43 +0000)
committerMartin Kraemer <martin@apache.org>
Thu, 8 Nov 2001 14:43:46 +0000 (14:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91800 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.html

index d0ab1c9b36df1bf70569bb5a19d1dfb1268dbc18..7c666233b277b9324f695415bf17c9aba0147abe 100644 (file)
     <!--%plaintext &lt;?INDEX {\tt ServerName} directive&gt; -->
     <a href="directive-dict.html#Syntax"
     rel="Help"><strong>Syntax:</strong></a> ServerName
-    <em>fully-qualified-domain-name:port</em> <br />
+    <em>fully-qualified-domain-name[:port]</em> <br />
      <a href="directive-dict.html#Context"
     rel="Help"><strong>Context:</strong></a> server config, virtual
     host<br />
     <p>This directive now allows a port to be added to the
     server name.  This allows an admin to assign the canonical
     port at the same time that the canonical name is assigned.
-    The Port directive in Apache-1.3, which used to perform this role, has also
-    been removed, easing configuration for all users.</p>
+    If no port was specified, Apache implies port 80 for http://
+    and port 443 for https:// requests.<br>
+    The <b>Port</b> directive in Apache-1.3, which used to perform
+    this role, has been removed, easing configuration for all users.</p>
 
     <p>See the description of the
     <a href="#usecanonicalname">UseCanonicalName</a> directive for
     settings which determine whether self-referential URL's (e.g., by the
-    <a href="mod_dir.html">mod_dir</a> module) will use the specified
-    port, or the port to which the client connected.
+    <a href="mod_dir.html">mod_dir</a> module) will refer to the
+    specified port, or to the port number given in the client's request.
     </p>
 
     <p><strong>See Also</strong>:<br />
     to the same server. With <code>UseCanonicalName on</code> (and
     in all versions prior to 1.3) Apache will use the hostname and
     port specified in the <a href="#servername">ServerName</a>
-    directive to construct a canonical name for the server.
-    (If no port was specified in the <a href="#servername">ServerName</a>
-    directive, Apache implies port 80 for http:// and port 443 for https://)
-    This
+    directive to construct a canonical name for the server. This
     name is used in all self-referential URLs, and for the values
     of <code>SERVER_NAME</code> and <code>SERVER_PORT</code> in
     CGIs.</p>