summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_proxy.html
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2000-09-12 15:16:59 +0000
committerRich Bowen <rbowen@apache.org>2000-09-12 15:16:59 +0000
commit97318f9e2046169c8dfb18cd9e97b99994435587 (patch)
tree71f3ccd528f270f38d1ca35a707a8b71e1e05de7 /docs/manual/mod/mod_proxy.html
parent1cf87542187bc4aa34901aec83d2a598eed36b47 (diff)
downloadhttpd-97318f9e2046169c8dfb18cd9e97b99994435587.tar.gz
allow->Allow, deny->Deny, order->Order and require->Require.
All directives are now consistently capitalized. PR: Obtained from: Submitted by: Rich Bowen <rbowen@rcbowen.com> Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86205 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_proxy.html')
-rw-r--r--docs/manual/mod/mod_proxy.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/manual/mod/mod_proxy.html b/docs/manual/mod/mod_proxy.html
index 6e9db4fdd9..e7ec704d1a 100644
--- a/docs/manual/mod/mod_proxy.html
+++ b/docs/manual/mod/mod_proxy.html
@@ -1081,9 +1081,9 @@ control block using the following example:<P>
<PRE>
&lt;Directory proxy:*&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]
+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;/Directory&gt;
</PRE><P>