summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_auth_digest.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_auth_digest.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_auth_digest.html')
-rw-r--r--docs/manual/mod/mod_auth_digest.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_auth_digest.html b/docs/manual/mod/mod_auth_digest.html
index 97fc96f1b4..447fcfea0e 100644
--- a/docs/manual/mod/mod_auth_digest.html
+++ b/docs/manual/mod/mod_auth_digest.html
@@ -396,7 +396,7 @@ this protection space. Example:
AuthName "private area"
AuthDigestDomain /private/ http://mirror.my.dom/private2/
AuthDigestFile /web/auth/.digest_pw
- require valid-user
+ Require valid-user
&lt;/Location&gt;
</PRE>