Ben Laurie wrote:
>
> Chuck Murcko wrote:
> >
> >
> > 1) Keepalives don't initialize on for virtual hosts (Rob had a user patch
> > for this, but it hasn't been committed).
>
> Does anyone know where it is?
diff -r -u apache_1.1b2/src/http_config.c apache_1.1b2.orig/src/http_config.c
--- apache_1.1b2/src/http_config.c Sat Mar 30 03:00:20 1996
+++ apache_1.1b2.orig/src/http_config.c Fri Apr 26 12:16:12 1996
@@ -652,6 +652,8 @@
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;
--
Jim Jagielski << jim@jaguNET.com >> | "That's a Smith & Wesson,
** jaguNET Access Services ** | and you've had your six"
Email: info@jaguNET.com | - James Bond
++ http://www.jaguNET.com/ +++ Voice/Fax: 410-931-3157 ++
|