From 5f3c44c9da82d6d20327421b259a8f589f62a1f5 Mon Sep 17 00:00:00 2001 From: dgaudet Date: Wed, 4 Mar 1998 08:53:52 +0000 Subject: [PATCH] I thought we got rid of all the ... in our examples... is there some reason this one is still around? I'm ditching it anyhow unless someone explains why it's necessary. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80383 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_proxy.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/manual/mod/mod_proxy.html b/docs/manual/mod/mod_proxy.html index b8c6e3ca09..91a4664a47 100644 --- a/docs/manual/mod/mod_proxy.html +++ b/docs/manual/mod/mod_proxy.html @@ -881,11 +881,9 @@ control block using the following example:

 <Directory proxy:*>
-<Limit GET PUT POST DELETE CONNECT OPTIONS>
 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]
-</Limit>
 </Directory>
 

-- 2.50.1