chuck       97/04/06 18:35:54

  Modified:    htdocs/manual/mod  mod_proxy.html
  Log:
  Correct syntax error in Limit block. This still doesn't fix the problem,
  though.
  
  Revision  Changes    Path
  1.15      +1 -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.14
  retrieving revision 1.15
  diff -C3 -r1.14 -r1.15
  *** mod_proxy.html    1997/04/06 02:42:02     1.14
  --- mod_proxy.html    1997/04/07 01:35:52     1.15
  ***************
  *** 276,282 ****
    
    <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
  --- 276,282 ----
    
    <pre>
    &lt;Directory proxy:*&gt;
  ! &lt;Limit GET&gt;
    order allow,deny
    deny from [machines you'd like not to allow by IP address or name]
    allow from all
  
  
  

Reply via email to