]> granicus.if.org Git - apache/commitdiff
Remove a paragraph from the UseCanonicalName defition that is not relevant now
authorJoshua Slive <slive@apache.org>
Mon, 22 Jul 2002 17:31:00 +0000 (17:31 +0000)
committerJoshua Slive <slive@apache.org>
Mon, 22 Jul 2002 17:31:00 +0000 (17:31 +0000)
that Port is gone.

PR: 11041

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96145 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.html.en
docs/manual/mod/core.xml

index 62796df263b6e29dd085d6448154dee74bf5ce34..a9cf253fdd6831ffada4e7d44c78b55e19276ef4 100644 (file)
@@ -1686,22 +1686,14 @@ certain events before failing a request</td></tr><tr><td nowrap="nowrap"><a href
     the timer is not reset when a packet is sent. </p>
 <hr/><h2><a name="UseCanonicalName">UseCanonicalName</a> <a name="usecanonicalname">Directive</a></h2><table cellpadding="1" cellspacing="0" border="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td nowrap="nowrap"><strong>Description: </strong></td><td>Configures how the server determines its own name and
 port</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Syntax" class="help">Syntax:</a></td><td>UseCanonicalName on|off|dns</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Default" class="help">Default:</a></td><td><code>UseCanonicalName on</code></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Context" class="help">Context:</a></td><td>server config, virtual host, directory</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Status" class="help">Status:</a></td><td>Core</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Module" class="help">Module:</a></td><td>core</td></tr></table></td></tr></table>
-    <p>In many situations Apache has to construct a
-    <em>self-referential</em> URL. That is, a URL which refers back to
+    <p>In many situations Apache must construct a
+    <em>self-referential</em> URL -- that is, a URL that refers back to
     the same server. With <code>UseCanonicalName on</code> Apache will
     use the hostname and port specified in the <a href="#servername" class="directive"><code class="directive">ServerName</code></a> directive to construct the 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>
 
-    <p>For example, if <code class="directive">ServerName</code> is set to
-    <code>www.example.com</code> and <code class="directive">Port</code> is set
-    to <code>9090</code>, then the <em>canonical name</em> of the server
-    is <code>www.example.com:9090</code>. In the event that
-    <code class="directive">Port</code> has its default value of
-    <code>80</code>, the <code>:80</code> is ommitted from the
-    <em>canonical name</em>.</p>
-
     <p>With <code>UseCanonicalName off</code> Apache will form
     self-referential URLs using the hostname and port supplied by
     the client if any are supplied (otherwise it will use the
index d643fb86cb4c640a96490c90a9aac1a0c3d71296..4188928bbc0691b41c7ebd6de95bf4e5a6aa1ae7 100644 (file)
@@ -2455,8 +2455,8 @@ port</description>
 <context>directory</context></contextlist>
 
 <usage>
-    <p>In many situations Apache has to construct a
-    <em>self-referential</em> URL. That is, a URL which refers back to
+    <p>In many situations Apache must construct a
+    <em>self-referential</em> URL -- that is, a URL that refers back to
     the same server. With <code>UseCanonicalName on</code> Apache will
     use the hostname and port specified in the <directive
     module="core">ServerName</directive> directive to construct the canonical
@@ -2464,14 +2464,6 @@ port</description>
     URLs, and for the values of <code>SERVER_NAME</code> and
     <code>SERVER_PORT</code> in CGIs.</p>
 
-    <p>For example, if <directive>ServerName</directive> is set to
-    <code>www.example.com</code> and <directive>Port</directive> is set
-    to <code>9090</code>, then the <em>canonical name</em> of the server
-    is <code>www.example.com:9090</code>. In the event that
-    <directive>Port</directive> has its default value of
-    <code>80</code>, the <code>:80</code> is ommitted from the
-    <em>canonical name</em>.</p>
-
     <p>With <code>UseCanonicalName off</code> Apache will form
     self-referential URLs using the hostname and port supplied by
     the client if any are supplied (otherwise it will use the