You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Alexei Kosut <ak...@hyperreal.com> on 1997/01/26 02:19:16 UTC

cvs commit: apache/conf httpd.conf-dist

akosut      97/01/25 17:19:16

  Modified:    conf      httpd.conf-dist
  Log:
  Change config file to reflect new KeepAlive setup.
  
  Revision  Changes    Path
  1.10      +9 -3      apache/conf/httpd.conf-dist
  
  Index: httpd.conf-dist
  ===================================================================
  RCS file: /export/home/cvs/apache/conf/httpd.conf-dist,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -C3 -r1.9 -r1.10
  *** httpd.conf-dist	1997/01/01 18:28:20	1.9
  --- httpd.conf-dist	1997/01/26 01:19:14	1.10
  ***************
  *** 91,100 ****
    
    Timeout 400
    
  ! # KeepAlive: The number of Keep-Alive persistent requests to accept
  ! # per connection. Set to 0 to deactivate Keep-Alive support
    
  ! KeepAlive 5
    
    # KeepAliveTimeout: Number of seconds to wait for the next request
    
  --- 91,106 ----
    
    Timeout 400
    
  ! # KeepAlive: Whether or not to allow persistent connections (more than
  ! # one request per connection). Set to "Off" to deactivate.
    
  ! KeepAlive On
  ! 
  ! # MaxKeepAliveRequests: The maximum number of requests to allow
  ! # during a persistent connection. Set to 0 to allow an unlimited amount.
  ! # We reccomend you leave this number high, for maximum performance.
  ! 
  ! MaxKeepAliveRequests 100
    
    # KeepAliveTimeout: Number of seconds to wait for the next request