dgaudet     97/07/27 10:16:19

  Modified:    htdocs/manual/mod  Tag: APACHE_1_2_X  mod_proxy.html
  Log:
  merge up to 1.3 docs
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.22.2.2  +15 -15    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.22.2.1
  retrieving revision 1.22.2.2
  diff -u -r1.22.2.1 -r1.22.2.2
  --- mod_proxy.html    1997/06/27 03:02:13     1.22.2.1
  +++ mod_proxy.html    1997/07/27 17:16:18     1.22.2.2
  @@ -28,7 +28,7 @@
   <h2>Summary</h2>
   
   This module implements a proxy/cache for Apache. It implements
  -proxying capability for 
  +proxying capability for
   <code>FTP</code>,
   <code>CONNECT</code> (for SSL),
   <code>HTTP/0.9</code>, and
  @@ -58,7 +58,7 @@
   <A name="proxyrequests"><h2>ProxyRequests</h2></A>
   <strong>Syntax:</strong> ProxyRequests <em>on/off</em><br>
   <strong>Default:</strong> <code>ProxyRequests Off</code><br>
  -<strong>Context:</strong> server config<br>
  +<strong>Context:</strong> server config, virtual host<br>
   <strong>Status:</strong> Base<br>
   <strong>Module:</strong> mod_proxy<br>
   <strong>Compatibility:</strong> ProxyRequest is only available in
  @@ -70,7 +70,7 @@
   
   <A name="proxyremote"><h2>ProxyRemote</h2></A>
   <strong>Syntax:</strong> ProxyRemote <em>&lt;match&gt; 
&lt;remote-server&gt;</em><br>
  -<strong>Context:</strong> server config<br>
  +<strong>Context:</strong> server config, virtual host<br>
   <strong>Status:</strong> Base<br>
   <strong>Module:</strong> mod_proxy<br>
   <strong>Compatibility:</strong> ProxyRemote is only available in
  @@ -102,7 +102,7 @@
   
   <A name="proxypass"><h2>ProxyPass</h2></A>
   <strong>Syntax:</strong> ProxyPass <em>&lt;path&gt; &lt;url&gt;</em><br>
  -<strong>Context:</strong> server config<br>
  +<strong>Context:</strong> server config, virtual host<br>
   <strong>Status:</strong> Base<br>
   <strong>Module:</strong> mod_proxy<br>
   <strong>Compatibility:</strong> ProxyPass is only available in
  @@ -122,7 +122,7 @@
   
   <A name="proxyblock"><h2>ProxyBlock</h2></A>
   <strong>Syntax:</strong> ProxyBlock <em>&lt;word/host/domain 
list&gt;</em><br>
  -<strong>Context:</strong> server config<br>
  +<strong>Context:</strong> server config, virtual host<br>
   <strong>Status:</strong> Base<br>
   <strong>Module:</strong> mod_proxy<br>
   <strong>Compatibility:</strong> ProxyBlock is only available in
  @@ -152,7 +152,7 @@
   
   <A name="cacheroot"><h2>CacheRoot</h2></A>
   <strong>Syntax:</strong> CacheRoot <em>&lt;directory&gt;</em><br>
  -<strong>Context:</strong> server config<br>
  +<strong>Context:</strong> server config, virtual host<br>
   <strong>Status:</strong> Base<br>
   <strong>Module:</strong> mod_proxy<br>
   <strong>Compatibility:</strong> CacheRoot is only available in
  @@ -165,7 +165,7 @@
   <A name="cachesize"><h2>CacheSize</h2></A>
   <strong>Syntax:</strong> CacheSize <em>&lt;size&gt;</em><br>
   <strong>Default:</strong> <code>CacheSize 5</code><br>
  -<strong>Context:</strong> server config<br>
  +<strong>Context:</strong> server config, virtual host<br>
   <strong>Status:</strong> Base<br>
   <strong>Module:</strong> mod_proxy<br>
   <strong>Compatibility:</strong> CacheSize is only available in
  @@ -177,7 +177,7 @@
   
   <A name="cachegcinterval"><h2>CacheGcInterval</h2></A>
   <strong>Syntax:</strong> CacheGcInterval <em>&lt;time&gt;</em><br>
  -<strong>Context:</strong> server config<br>
  +<strong>Context:</strong> server config, virtual host<br>
   <strong>Status:</strong> Base<br>
   <strong>Module:</strong> mod_proxy<br>
   <strong>Compatibility:</strong> CacheGcinterval is only available in
  @@ -189,7 +189,7 @@
   <A name="cachemaxexpire"><h2>CacheMaxExpire</h2></A>
   <strong>Syntax:</strong> CacheMaxExpire <em>&lt;time&gt;</em><br>
   <strong>Default:</strong> <code>CacheMaxExpire 24</code><br>
  -<strong>Context:</strong> server config<br>
  +<strong>Context:</strong> server config, virtual host<br>
   <strong>Status:</strong> Base<br>
   <strong>Module:</strong> mod_proxy<br>
   <strong>Compatibility:</strong> CacheMaxExpire is only available in
  @@ -203,7 +203,7 @@
   <A name="cachelastmodifiedfactor"><h2>CacheLastModifiedFactor</h2></A>
   <strong>Syntax:</strong> CacheLastModifiedFactor <em>&lt;factor&gt;</em><br>
   <strong>Default:</strong> <code>CacheLastModifiedFactor 0.1</code><br>
  -<strong>Context:</strong> server config<br>
  +<strong>Context:</strong> server config, virtual host<br>
   <strong>Status:</strong> Base<br>
   <strong>Module:</strong> mod_proxy<br>
   <strong>Compatibility:</strong> CacheLastModifiedFactor is only available in
  @@ -223,7 +223,7 @@
   <A name="cachedirlevels"><h2>CacheDirLevels</h2></A>
   <strong>Syntax:</strong> CacheDirLevels <em>&lt;levels&gt;</em><br>
   <strong>Default:</strong> <code>CacheDirLevels 3</code><br>
  -<strong>Context:</strong> server config<br>
  +<strong>Context:</strong> server config, virtual host<br>
   <strong>Status:</strong> Base<br>
   <strong>Module:</strong> mod_proxy<br>
   <strong>Compatibility:</strong> CacheDirLevels is only available in
  @@ -235,7 +235,7 @@
   <A name="cachedirlength"><h2>CacheDirLength</h2></A>
   <strong>Syntax:</strong> CacheDirLength <em>&lt;length&gt;</em><br>
   <strong>Default:</strong> <code>CacheDirLength 1</code><br>
  -<strong>Context:</strong> server config<br>
  +<strong>Context:</strong> server config, virtual host<br>
   <strong>Status:</strong> Base<br>
   <strong>Module:</strong> mod_proxy<br>
   <strong>Compatibility:</strong> CacheDirLength is only available in
  @@ -246,7 +246,7 @@
   <A name="cachedefaultexpire"><h2>CacheDefaultExpire</h2></A>
   <strong>Syntax:</strong> CacheDefaultExpire <em>&lt;time&gt;</em><br>
   <strong>Default:</strong> <code>CacheDefaultExpire 1</code><br>
  -<strong>Context:</strong> server config<br>
  +<strong>Context:</strong> server config, virtual host<br>
   <strong>Status:</strong> Base<br>
   <strong>Module:</strong> mod_proxy<br>
   <strong>Compatibility:</strong> CacheDefaultExpire is only available in
  @@ -259,7 +259,7 @@
   
   <A name="nocache"><h2>NoCache</h2></A>
   <strong>Syntax:</strong> NoCache <em>&lt;word/host/domain list&gt;</em><br>
  -<strong>Context:</strong> server config<br>
  +<strong>Context:</strong> server config, virtual host<br>
   <strong>Status:</strong> Base<br>
   <strong>Module:</strong> mod_proxy<br>
   <strong>Compatibility:</strong> NoCache is only available in
  @@ -347,7 +347,7 @@
   <h2><a name="socks">Can I use the Apache proxy module with my SOCKS 
proxy?</a></h2>
   
   Yes. Just build Apache with the rule <code>SOCKS4=yes</code> in your
  -<i>Configuration</i> file, and follow the instructions there. SOCKS5 
  +<i>Configuration</i> file, and follow the instructions there. SOCKS5
   capability can be added in a similar way (there's no <code>SOCKS5</code>
   rule yet), so use the <code>EXTRA_LFLAGS</code> definition, or build Apache
   normally and run it with the <i>runsocks</i> wrapper provided with SOCKS5,
  
  
  

Reply via email to