]> granicus.if.org Git - apache/commitdiff
Remove references to Port directive.
authorJustin Erenkrantz <jerenkrantz@apache.org>
Fri, 19 Oct 2001 05:52:07 +0000 (05:52 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Fri, 19 Oct 2001 05:52:07 +0000 (05:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91566 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.html

index ac30ccc72102cb894cd7c4856d24f0ac3d2327a2..d49cf972576a389ade4db910f18d3e3eed2c5c81 100644 (file)
     <em>self-referential</em> URL. That is, a URL which refers back
     to the same server. With <code>UseCanonicalName on</code> (and
     in all versions prior to 1.3) Apache will use the <a
-    href="#servername">ServerName</a> and <a href="#port">Port</a>
+    href="#servername">ServerName</a> and <a 
+    href="mpm_common.html#listen">Listen</a>
     directives 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
     then it should be just fine.</p>
 
     <p><strong>See also:</strong> <a
-    href="#servername">ServerName</a>, <a href="#port">Port</a></p>
+    href="#servername">ServerName</a>, <a 
+    href="mpm_common.html#listen">Listen</a></p>
     <hr />
 
     <h2><a id="virtualhost" name="virtualhost">&lt;VirtualHost&gt;
 
     <p>You can specify a <code>:port</code> to change the port that
     is matched. If unspecified then it defaults to the same port as
-    the most recent <code><a href="#port">Port</a></code> statement
+    the most recent <code><a 
+    href="mpm_common.html#listen">Listen</a></code> statement
     of the main server. You may also specify <code>:*</code> to
     match all ports on that address. (This is recommended when used
     with <code>_default_</code>.)</p>