slive       02/02/05 09:43:08

  Modified:    htdocs/manual/mod core.html.en
  Log:
  Explicitly deprecate BindAddress ahead of its elimination in 2.0.
  
  Revision  Changes    Path
  1.208     +8 -4      httpd-docs-1.3/htdocs/manual/mod/core.html.en
  
  Index: core.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/core.html.en,v
  retrieving revision 1.207
  retrieving revision 1.208
  diff -u -d -b -u -r1.207 -r1.208
  --- core.html.en      4 Feb 2002 11:46:06 -0000       1.207
  +++ core.html.en      5 Feb 2002 17:43:08 -0000       1.208
  @@ -574,6 +574,9 @@
       rel="Help"><strong>Context:</strong></a> server config<br />
        <a href="directive-dict.html#Status"
       rel="Help"><strong>Status:</strong></a> core 
  +     <a href="directive-dict.html#Compatibility"
  +    rel="Help"><strong>Compatibility:</strong></a> BindAddress is
  +    deprecated and will be eliminated in Apache 2.0.
   
       <p>A Unix&reg; http server can either listen for connections to
       every IP address of the server machine, or just one IP address
  @@ -589,10 +592,11 @@
   
       <p>Only one <code>BindAddress</code> directive can be used.</p>
       
  -    <p><strong>Use of this directive is discouraged. For
  -    more control over which address and ports Apache listens to,
  -    use the <code><a href="#listen">Listen</a></code> directive
  -    instead of <code>BindAddress</code>.</strong></p>
  +    <p><strong>This directive is deprecated and will be eliminated in
  +    Apache 2.0.  Equivalent functionality and more control over the
  +    address and ports Apache listens to is available using the
  +    <code><a href="#listen">Listen</a></code>
  +    directive.</strong></p>
   
       <p><code>BindAddress</code> can be used as an alternative
       method for supporting <a href="../vhosts/">virtual hosts</a>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to