dgaudet     97/08/18 00:26:27

  Modified:    htdocs/manual new_features_1_3.html
  Log:
  tweak tweak
  
  Revision  Changes    Path
  1.19      +2 -2      apachen/htdocs/manual/new_features_1_3.html
  
  Index: new_features_1_3.html
  ===================================================================
  RCS file: /export/home/cvs/apachen/htdocs/manual/new_features_1_3.html,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- new_features_1_3.html     1997/08/18 07:19:30     1.18
  +++ new_features_1_3.html     1997/08/18 07:26:26     1.19
  @@ -185,7 +185,7 @@
        speedups on configs with a lot of sections.
       <li>The critical path for static requests has fewer system calls.  This
        generally helps all requests.  (45 syscalls for a static request
  -     in 1.2 versus 22 in 1.3).
  +     in 1.2 versus 22 in 1.3 in a well tuned configuration).
       <li><a href="mod/mod_proxy.html#ReceiveBufferSize">ReceiveBufferSize</a>
        directive gives mod_proxy's outgoing connections larger network
        buffers, for increased throughput.
  @@ -213,7 +213,7 @@
       </ul>
   
   <li><strong>Unique Identifiers</strong><br>
  -    mod_uniqid can be included to generate a unique identifier that
  +    mod_unique_id can be included to generate a unique identifier that
       distinguishes a hit from every other hit.  ("Unique" has
       some restrictions on it.)  Documentation to be written.  The
       identifier is available in the environment variable
  
  
  

Reply via email to