You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Jim Jagielski <ji...@hyperreal.com> on 1996/04/29 13:40:18 UTC

cvs commit: apache/src http_config.c

jim         96/04/29 04:40:17

  Modified:    src       http_config.c
  Log:
  turn on KEEPALIVE for VirtualHosts
  
  Revision  Changes    Path
  1.10      +2 -0      apache/src/http_config.c
  
  Index: http_config.c
  ===================================================================
  RCS file: /export/home/cvs/apache/src/http_config.c,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -C3 -r1.9 -r1.10
  *** http_config.c	1996/03/30 07:16:39	1.9
  --- http_config.c	1996/04/29 11:40:16	1.10
  ***************
  *** 652,657 ****
  --- 652,659 ----
        s->srm_confname = NULL;
        s->access_confname = NULL;
        s->timeout = 0;
  +     s->keep_alive_timeout = DEFAULT_KEEPALIVE_TIMEOUT;
  +     s->keep_alive = DEFAULT_KEEPALIVE;
        s->host_addr.s_addr = get_virthost_addr (hostname, &s->host_port);
        s->port = s->host_port;  /* set them the same, by default */
        s->next = NULL;