stas        2003/03/10 20:38:45

  Modified:    src/docs/1.0/guide performance.pod
  Log:
  C-L header is not needed in the recent Apache 1.3 versions to maintain a
  KeepAlive connection
  Submitted by: Andrew Ho <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.25      +0 -6      modperl-docs/src/docs/1.0/guide/performance.pod
  
  Index: performance.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/1.0/guide/performance.pod,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- performance.pod   11 Mar 2003 03:12:14 -0000      1.24
  +++ performance.pod   11 Mar 2003 04:38:45 -0000      1.25
  @@ -3289,12 +3289,6 @@
   connection.  Obviously you would make new connections to the server as
   required by the client's requests.
   
  -Also you should know that C<KeepAlive> requests only work with
  -responses that contain a C<Content-Length> header. To send this header
  -do:
  -
  -  $r->header_out('Content-Length', $length);
  -
   =head2 PerlSetupEnv Off
   
   C<PerlSetupEnv Off> is another optimization you might consider. This
  
  
  

Reply via email to