summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_unique_id.html
diff options
context:
space:
mode:
authorJoshua Slive <slive@apache.org>2001-06-21 22:26:20 +0200
committerJoshua Slive <slive@apache.org>2001-06-21 22:26:20 +0200
commitfa9b8b364e5fbd1dd0a4d69a9ca8e8356235b980 (patch)
treeee1b1e66eb6a248e3f88324a38e1269e96aeeba8 /docs/manual/mod/mod_unique_id.html
parentAdd some instructions on verifying PGP signatures. This could really (diff)
downloadapache2-fa9b8b364e5fbd1dd0a4d69a9ca8e8356235b980.tar.xz
apache2-fa9b8b364e5fbd1dd0a4d69a9ca8e8356235b980.zip
Reverse typo correction.
Submitted by: Rodent of Unusual Size <Ken.Coar@Golux.Com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89401 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_unique_id.html')
-rw-r--r--docs/manual/mod/mod_unique_id.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_unique_id.html b/docs/manual/mod/mod_unique_id.html
index ffd14826a8..812f26a675 100644
--- a/docs/manual/mod/mod_unique_id.html
+++ b/docs/manual/mod/mod_unique_id.html
@@ -138,7 +138,7 @@ it with the time because time, at least at one second resolution, has
repeated itself). This is not a perfect defense.
<P>
-How good a defense is it? We'll suppose that one of your machines serves
+How good a defense is it? Suppose that one of your machines serves
at most 500 requests per second (which is a very reasonable upper bound
at this writing, because systems generally do more than just shovel out
static files). To do that it will require a number of children which
@@ -164,7 +164,7 @@ very shortly after reboot.
<P>
The <CODE>UNIQUE_ID</CODE> environment variable is constructed by
encoding the 112-bit (32-bit IP address, 32 bit pid, 32 bit time stamp,
-16 bit counter quadruple) using the alphabet <CODE>[A-Za-z0-9@-]</CODE>
+16 bit counter) quadruple using the alphabet <CODE>[A-Za-z0-9@-]</CODE>
in a manner similar to MIME base64 encoding, producing 19 characters.
The MIME base64 alphabet is actually <CODE>[A-Za-z0-9+/]</CODE> however
<CODE>+</CODE> and <CODE>/</CODE> need to be specially encoded in URLs,