You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by dg...@hyperreal.org on 1998/03/04 09:53:53 UTC

cvs commit: apache-1.3/htdocs/manual/mod mod_proxy.html

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>
   
  
  
  

Re: cvs commit: apache-1.3/htdocs/manual/mod mod_proxy.html

Posted by Dirk-Willem van Gulik <di...@jrc.it>.

> On 4 Mar 1998 dgaudet@hyperreal.org wrote:
> 
> > 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.

+1 please do ! it was causing confiusing and is no longer needed !

DW


Re: cvs commit: apache-1.3/htdocs/manual/mod mod_proxy.html

Posted by Marc Slemko <ma...@worldgate.com>.
On 4 Mar 1998 dgaudet@hyperreal.org wrote:

> 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.

It was supposedly required in older versions due to brokenness in the
proxy module, but I never could get an explaination of when this was
changed or how it was broken...

>   
>   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>
>    
>   
>   
>   
>