]> granicus.if.org Git - apache/commitdiff
Remove all references to the Port directive and replace it with
authorJustin Erenkrantz <jerenkrantz@apache.org>
Fri, 19 Oct 2001 06:05:39 +0000 (06:05 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Fri, 19 Oct 2001 06:05:39 +0000 (06:05 +0000)
appropriate links to the Listen directive.

If I had known that so many files had the Port directive in it, I would
have bundled this up as one big commit.  *sigh*  I just kept looking
and finding new files, fixing, and committing.  So, this should be the
rest of them for now.

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

docs/manual/bind.html
docs/manual/bind.html.en
docs/manual/invoking.html
docs/manual/invoking.html.en
docs/manual/misc/rewriteguide.html
docs/manual/platform/windows.html
docs/manual/upgrading.html.en

index 993887531b2a9852e7fecb560d501abf9a9cd5f9..d587810315d91433007f1bc87083e2d180b942e0 100644 (file)
 
     <p>When Apache starts, it connects to some port and address on
     the local machine and waits for incoming requests. By default,
-    it listens to all addresses on the machine, and to the port as
-    specified by the <code>Port</code> directive in the server
-    configuration. However, it can be told to listen to more the
-    one port, or to listen to only selected addresses, or a
-    combination. This is often combined with the Virtual Host
-    feature which determines how Apache responds to different IP
-    addresses, hostnames and ports.</p>
+    it listens to all addresses on the machine.  However, it needs to
+    be told to listen to specific ports, or to listen to only selected 
+    addresses, or a combination. This is often combined with the 
+    Virtual Host feature which determines how Apache responds to 
+    different IP addresses, hostnames and ports.</p>
 
     <p>The <code>Listen</code> directive tells the server to accept
     incoming requests only on the specified port or
     address-and-port combinations. If only a port number is
     specified in the <code>Listen</code> directive, the server
-    listens to the given port on all interfaces, instead of the
-    port given by the <code>Port</code> directive. If an IP address
+    listens to the given port on all interfaces. If an IP address
     is given as well as a port, the server will listen on the given
     port and interface. Multiple Listen directives may be used to
     specify a number of addresses and ports to listen to. The
@@ -70,7 +67,6 @@
     See also the documentation on <a
     href="mod/mpm_common.html#listen">Listen directive</a>, <a
     href="vhosts/">Virtual Hosts</a>, <a
-    href="mod/core.html#port">Port directive</a>, <a
     href="dns-caveats.html">DNS Issues</a> and <a
     href="mod/core.html#virtualhost">&lt;VirtualHost&gt;
     section</a>. <!--#include virtual="footer.html" -->
index 993887531b2a9852e7fecb560d501abf9a9cd5f9..d587810315d91433007f1bc87083e2d180b942e0 100644 (file)
 
     <p>When Apache starts, it connects to some port and address on
     the local machine and waits for incoming requests. By default,
-    it listens to all addresses on the machine, and to the port as
-    specified by the <code>Port</code> directive in the server
-    configuration. However, it can be told to listen to more the
-    one port, or to listen to only selected addresses, or a
-    combination. This is often combined with the Virtual Host
-    feature which determines how Apache responds to different IP
-    addresses, hostnames and ports.</p>
+    it listens to all addresses on the machine.  However, it needs to
+    be told to listen to specific ports, or to listen to only selected 
+    addresses, or a combination. This is often combined with the 
+    Virtual Host feature which determines how Apache responds to 
+    different IP addresses, hostnames and ports.</p>
 
     <p>The <code>Listen</code> directive tells the server to accept
     incoming requests only on the specified port or
     address-and-port combinations. If only a port number is
     specified in the <code>Listen</code> directive, the server
-    listens to the given port on all interfaces, instead of the
-    port given by the <code>Port</code> directive. If an IP address
+    listens to the given port on all interfaces. If an IP address
     is given as well as a port, the server will listen on the given
     port and interface. Multiple Listen directives may be used to
     specify a number of addresses and ports to listen to. The
@@ -70,7 +67,6 @@
     See also the documentation on <a
     href="mod/mpm_common.html#listen">Listen directive</a>, <a
     href="vhosts/">Virtual Hosts</a>, <a
-    href="mod/core.html#port">Port directive</a>, <a
     href="dns-caveats.html">DNS Issues</a> and <a
     href="mod/core.html#virtualhost">&lt;VirtualHost&gt;
     section</a>. <!--#include virtual="footer.html" -->
index 1957e59ed766aafa7d0f8b79b2c3ac232337bb36..a9c625551f8a26c5f399a4a0e795296b41617c9d 100644 (file)
@@ -46,8 +46,8 @@
     is run as a daemon which executes continuously in the
     background to handle requests.</p>
 
-    <p>If the <a href="mod/core.html#port">Port</a> specified in
-    the configuration file is the default of 80 (or any other port
+    <p>If the <a href="mod/mpm_common.html#Listen">Listen</a> specified in
+    the configuration file is default of 80 (or any other port
     below 1024), then it is necessary to have root privileges in
     order to start apache, so that it can bind to this privileged
     port. Once the server has started and performed a few
index 1957e59ed766aafa7d0f8b79b2c3ac232337bb36..a9c625551f8a26c5f399a4a0e795296b41617c9d 100644 (file)
@@ -46,8 +46,8 @@
     is run as a daemon which executes continuously in the
     background to handle requests.</p>
 
-    <p>If the <a href="mod/core.html#port">Port</a> specified in
-    the configuration file is the default of 80 (or any other port
+    <p>If the <a href="mod/mpm_common.html#Listen">Listen</a> specified in
+    the configuration file is default of 80 (or any other port
     below 1024), then it is necessary to have root privileges in
     order to start apache, so that it can bind to this privileged
     port. Once the server has started and performed a few
index 278e93b24748705ebdf000d99f1b981c206dbc30..8fcf122a07994decdb6f159972784c77ff611df8 100644 (file)
@@ -1477,7 +1477,7 @@ while (&lt;STDIN&gt;) {
 
 #   server type
 ServerType           standalone
-Port                 8000
+Listen               8000
 MinSpareServers      16
 StartServers         16
 MaxSpareServers      16
index 24400700f367833330283471ff4b616905d2f0ce..949d41527e46f2213401e2ffa9003c79b36f2fd4 100644 (file)
 
     <p>After starting Apache running (either in a console window or
     as a service) if will be listening to port 80 (unless you
-    changed the <samp>Port</samp>, <samp>Listen</samp> or
-    <samp>BindAddress</samp> directives in the configuration
+    changed the <samp>Listen</samp> directive in the configuration
     files). To connect to the server and access the default page,
     launch a browser and enter this URL:</p>
 <pre>
index 730c635de7e02db23f1e84159568eec06f5b87c9..d7814a7a555e74cd0340dce7a35ebe743ab49308 100644 (file)
@@ -86,8 +86,9 @@
       of httpd.conf, with the one for <code>srm.conf</code>
       preceding the one for <code>access.conf</code>.</li>
 
-      <li>The <code>BindAddress</code> directive no longer exists.
-      Equivalent functionality is provided with the more flexible
+      <li>The <code>BindAddress</code> and <code>Port</code> 
+      directives no longer exist.  Equivalent functionality is 
+      provided with the more flexible 
       <code><a href="mod/mpm_common.html#listen">Listen</a></code>
       directive.</li>