You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sl...@apache.org on 2002/02/22 15:35:45 UTC

cvs commit: httpd-2.0/docs/manual new_features_2_0.html.en

slive       02/02/22 06:35:45

  Modified:    docs/manual new_features_2_0.html.en
  Log:
  Fix double proxy listing.
  
  PR: 9910
  
  Revision  Changes    Path
  1.19      +8 -9      httpd-2.0/docs/manual/new_features_2_0.html.en
  
  Index: new_features_2_0.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/new_features_2_0.html.en,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -d -b -u -r1.18 -r1.19
  --- new_features_2_0.html.en	24 Jan 2002 23:47:30 -0000	1.18
  +++ new_features_2_0.html.en	22 Feb 2002 14:35:45 -0000	1.19
  @@ -146,7 +146,12 @@
   
         <dd>The proxy module has been completely rewritten to take advantage
         of the new filter infrastructure and to implement a more
  -      reliable, HTTP/1.1 compliant proxy.</dd>
  +      reliable, HTTP/1.1 compliant proxy.  In addition, new
  +      &lt;Proxy&gt; configuration sections provide more readable
  +      (and internally faster) control of proxied sites; overloaded 
  +      &lt;Directory "proxy:..."&gt; configuration are not supported.  The
  +      module is now divided into specific protocol support modules 
  +      including proxy_connect, proxy_ftp and proxy_http.</dd>
   
         <dt><strong>mod_negotiation</strong></dt>
   
  @@ -178,7 +183,8 @@
   
         <dt><strong>mod_auth_dbm</strong></dt>
   
  -      <dd>Now supports multiple DBM-like databases using the <a
  +      <dd>Now supports multiple type of DBM-like databases using the
  +      <a
         href="mod/mod_auth_dbm.html#authdbmtype">AuthDBMType</a>
         directive.</dd>
   
  @@ -187,13 +193,6 @@
         <dd>Has been removed in favor of mod_auth_dbm with the AuthDBMType
         directive.</dd>
   
  -      <dt><strong>mod_proxy</strong></dt>
  -
  -      <dd>New &lt;Proxy&gt; configuration sections provide more readable
  -      (and internally faster) control of proxied sites; overloaded 
  -      &lt;Directory "proxy:..."&gt; configuration are not supported.  The
  -      module is now divided into specific protocol support modules 
  -      including proxy_connect, proxy_ftp and proxy_http.</dd>
   
       </dl>
       <!--#include virtual="footer.html" -->