You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ch...@apache.org on 2002/01/18 22:28:40 UTC

cvs commit: httpd-docs-1.3/htdocs/manual/mod mod_proxy.html

chuck       02/01/18 13:28:40

  Modified:    htdocs/manual/mod mod_proxy.html
  Log:
  doc touch for extra version HTTP 1.1
  
  Revision  Changes    Path
  1.57      +3 -2      httpd-docs-1.3/htdocs/manual/mod/mod_proxy.html
  
  Index: mod_proxy.html
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/mod_proxy.html,v
  retrieving revision 1.56
  retrieving revision 1.57
  diff -u -d -b -u -r1.56 -r1.57
  --- mod_proxy.html	8 Oct 2001 01:34:31 -0000	1.56
  +++ mod_proxy.html	18 Jan 2002 21:28:40 -0000	1.57
  @@ -15,7 +15,7 @@
   
       <h1 align="CENTER">Apache module mod_proxy</h1>
   
  -    <p>This module provides for an <strong>HTTP 1.0</strong>
  +    <p>This module provides for an <strong>HTTP 1.1</strong>
       caching proxy server.</p>
   
       <p><a href="module-dict.html#Status"
  @@ -32,7 +32,8 @@
       <h2>Summary</h2>
       This module implements a proxy/cache for Apache. It implements
       proxying capability for <code>FTP</code>, <code>CONNECT</code>
  -    (for SSL), <code>HTTP/0.9</code>, and <code>HTTP/1.0</code>.
  +    (for SSL), <code>HTTP/0.9</code>, <code>HTTP/1.0</code>, and
  +    <code>HTTP/1.1</code>.
       The module can be configured to connect to other proxy modules
       for these and other protocols.