chuck       96/12/24 11:46:58

  Modified:    htdocs/manual/mod  mod_proxy.html
  Log:
  Add additional doc for the NoCache directive.
  
  Revision  Changes    Path
  1.7       +11 -3     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.6
  retrieving revision 1.7
  diff -C3 -r1.6 -r1.7
  *** mod_proxy.html    1996/12/24 19:40:10     1.6
  --- mod_proxy.html    1996/12/24 19:46:57     1.7
  ***************
  *** 200,214 ****
    <strong>Compatibility:</strong> NoCache is only available in
    Apache 1.1 and later.<p>
    
  ! The NoCache directive specifies a list of hosts and/or domains, separated
  ! by spaces. HTTP documents from hosts or domains in the list are <em>not</em>
    cached by the proxy server. Example:
    
    <pre>
      NoCache joes.garage.com some.host.co.uk wotsamattau.edu
    </pre>
    
  ! Note that 'wotsamattau' would also be sufficient to match 'wotsamattau.edu'.
    
    <hr>
    
  --- 200,222 ----
    <strong>Compatibility:</strong> NoCache is only available in
    Apache 1.1 and later.<p>
    
  ! The NoCache directive specifies a list of words, hosts and/or domains, 
separated
  ! by spaces. HTTP documents from matched words, hosts or domains are 
<em>not</em>
    cached by the proxy server. Example:
    
    <pre>
      NoCache joes.garage.com some.host.co.uk wotsamattau.edu
    </pre>
    
  ! Note that 'wotsamattau' would also be sufficient to match 
'wotsamattau.edu'.<p>
  ! 
  ! Note also that
  ! 
  ! <pre>
  ! NoCache *
  ! </pre>
  ! 
  ! disables caching completely.<p>
    
    <hr>
    
  
  
  

Reply via email to