chuck       96/12/24 13:31:18

  Modified:    htdocs/manual/mod  mod_proxy.html
  Log:
  clanups for proxy location & protocols.
  
  Revision  Changes    Path
  1.10      +3 -1      apache/htdocs/manual/mod/mod_proxy.html
  
  Index: mod_proxy.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_proxy.html,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -C3 -r1.9 -r1.10
  *** mod_proxy.html    1996/12/24 20:57:04     1.9
  --- mod_proxy.html    1996/12/24 21:31:17     1.10
  ***************
  *** 8,14 ****
    <!--#include virtual="header.html" -->
    <H1>Apache module mod_proxy</h1>
    
  ! This module is contained in the <code>mod_proxy.c</code> file, and
    is not compiled in by default. It provides for a caching proxy server.
    It is only available in Apache 1.1 and later. Common configuration
    questions are addressed <a href="#configs">here</a>.
  --- 8,15 ----
    <!--#include virtual="header.html" -->
    <H1>Apache module mod_proxy</h1>
    
  ! This module is contained in the <code>mod_proxy.c</code> file for Apache 
1.1.x,
  ! or the <code>modules/proxy/libproxy.a</code> library for Apache 1.2, and
    is not compiled in by default. It provides for a caching proxy server.
    It is only available in Apache 1.1 and later. Common configuration
    questions are addressed <a href="#configs">here</a>.
  ***************
  *** 22,27 ****
  --- 23,29 ----
    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>.
    The module can be configured to connect to other proxy modules for these
  
  
  

Reply via email to