chuck       97/04/05 18:42:03

  Modified:    htdocs/manual/mod  mod_proxy.html
  Log:
  Fix typo in FAQ section on limiting access.
  
  Revision  Changes    Path
  1.14      +2 -0      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.13
  retrieving revision 1.14
  diff -C3 -r1.13 -r1.14
  *** mod_proxy.html    1997/02/20 04:26:07     1.13
  --- mod_proxy.html    1997/04/06 02:42:02     1.14
  ***************
  *** 276,284 ****
  --- 276,286 ----
    
    <pre>
    &lt;Directory proxy:*&gt;
  + &lt;Limit&gt;
    order allow,deny
    deny from [machines you'd like not to allow by IP address or name]
    allow from all
  + &lt;/Limit&gt;
    &lt;/Directory&gt;
    </pre><p>
    
  
  
  

Reply via email to