slive 01/06/21 13:22:28 Modified: htdocs/manual/mod mod_unique_id.html Log: Back-out a couple typo fixes which weren't really typos. Submitted by: Rodent of Unusual Size <[EMAIL PROTECTED]> Revision Changes Path 1.7 +2 -2 httpd-docs-1.3/htdocs/manual/mod/mod_unique_id.html Index: mod_unique_id.html =================================================================== RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/mod_unique_id.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -b -u -r1.6 -r1.7 --- mod_unique_id.html 2001/05/31 03:27:07 1.6 +++ mod_unique_id.html 2001/06/21 20:22:24 1.7 @@ -138,7 +138,7 @@ 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 @@ <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>[EMAIL PROTECTED]</CODE> +16 bit counter) quadruple using the alphabet <CODE>[EMAIL PROTECTED]</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,
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]