dgaudet     98/03/04 00:53:53

  Modified:    htdocs/manual/mod mod_proxy.html
  Log:
  I thought we got rid of all the <Limit> ... </Limit> in our examples... is
  there some reason this one is still around?  I'm ditching it anyhow unless
  someone explains why it's necessary.
  
  Revision  Changes    Path
  1.36      +0 -2      apache-1.3/htdocs/manual/mod/mod_proxy.html
  
  Index: mod_proxy.html
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_proxy.html,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- mod_proxy.html    1998/02/23 08:04:09     1.35
  +++ mod_proxy.html    1998/03/04 08:53:52     1.36
  @@ -881,11 +881,9 @@
   
   <PRE>
   &lt;Directory proxy:*&gt;
  -&lt;Limit GET PUT POST DELETE CONNECT OPTIONS&gt;
   order deny,allow
   deny from [machines you'd like *not* to allow by IP address or name]
   allow from [machines you'd like to allow by IP address or name]
  -&lt;/Limit&gt;
   &lt;/Directory&gt;
   </PRE><P>
   
  
  
  

Reply via email to