summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_auth_digest.xml
diff options
context:
space:
mode:
authorAndré Malo <nd@apache.org>2002-12-12 01:04:01 +0100
committerAndré Malo <nd@apache.org>2002-12-12 01:04:01 +0100
commitd56d43bd1f08df4aa826e2a7590d4721931daa3a (patch)
tree866d33239b9492687d928eb604314a5e8f3565b1 /docs/manual/mod/mod_auth_digest.xml
parentA few more lazy initializations. No function change (I hope :-) (diff)
downloadapache2-d56d43bd1f08df4aa826e2a7590d4721931daa3a.tar.xz
apache2-d56d43bd1f08df4aa826e2a7590d4721931daa3a.zip
small markup issues
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97882 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_auth_digest.xml')
-rw-r--r--docs/manual/mod/mod_auth_digest.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/manual/mod/mod_auth_digest.xml b/docs/manual/mod/mod_auth_digest.xml
index 4709d94b3c..0f25d9d953 100644
--- a/docs/manual/mod/mod_auth_digest.xml
+++ b/docs/manual/mod/mod_auth_digest.xml
@@ -231,19 +231,19 @@ authentication</description>
<usage>
<p>The <directive>AuthDigestDomain</directive> directive allows
you to specify one or more URIs which are in the same protection
- space (i.e. use the same realm and username/password info). The
- specified URIs are prefixes, i.e. the client will assume that all
- URIs "below" these are also protected by the same
- username/password. The URIs may be either absolute URIs
- (i.e. inluding a scheme, host, port, etc) or relative URIs.</p>
+ space (<em>i.e.</em> use the same realm and username/password info).
+ The specified URIs are prefixes, <em>i.e.</em> the client will assume
+ that all URIs "below" these are also protected by the same
+ username/password. The URIs may be either absolute URIs (<em>i.e.</em>
+ inluding a scheme, host, port, etc) or relative URIs.</p>
<p>This directive <em>should</em> always be specified and
contain at least the (set of) root URI(s) for this space.
Omitting to do so will cause the client to send the
Authorization header for <em>every request</em> sent to this
server. Apart from increasing the size of the request, it may
- also have a detrimental effect on performance if
- "AuthDigestNcCheck" is on.</p>
+ also have a detrimental effect on performance if <directive
+ module="mod_auth_digest">AuthDigestNcCheck</directive> is on.</p>
<p>The URIs specified can also point to different servers, in
which case clients (which understand this) will then share
@@ -279,7 +279,7 @@ of clients</description>
<example>
AuthDigestShmemSize 1048576<br />
AuthDigestShmemSize 1024K<br />
- AuthDigestShmemSize 1M<br />
+ AuthDigestShmemSize 1M
</example>
</usage>
</directivesynopsis>