]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Port typo fix from 1.3.
authorYoshiki Hayashi <yoshiki@apache.org>
Thu, 7 Jun 2001 05:14:13 +0000 (05:14 +0000)
committerYoshiki Hayashi <yoshiki@apache.org>
Thu, 7 Jun 2001 05:14:13 +0000 (05:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89287 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_so.html
docs/manual/mod/mod_unique_id.html

index 5850c7b2a89622d9a7e6a362265c92841a94dfa4..aef279aeec1084598fb09ee6238ca48b1ddf5f01 100644 (file)
@@ -150,7 +150,7 @@ two modules into a single module for all operating systems.
 The LoadFile directive links in the named object files or libraries
 when the server is started or restarted; this is used to load
 additional code which may be required for some module to
-work. <EM>Filename</EM> is either and absolute path or relative to <A
+work. <EM>Filename</EM> is either an absolute path or relative to <A
 HREF="core.html#serverroot">ServerRoot</A>.<P><HR>
 
 <H2><A NAME="loadmodule">LoadModule</A> directive</H2>
index 9ee0d7adc4107df84f847ca9c5b89f68d8759975..ffd14826a8030f5fcedf9897cfa0ddf1fccc85b3 100644 (file)
@@ -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?  Well suppose that one of your machines serves
+How good a defense is it?  We'll 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,