From: Greg Ames Date: Fri, 19 Jan 2001 19:31:02 +0000 (+0000) Subject: missed these files on my previous commit of highperformance.conf - X-Git-Tag: APACHE_2_0_BETA_CANDIDATE_1~163 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7820366c50476f6a8d84cfccd0b67841d9504932;p=thirdparty%2Fapache%2Fhttpd.git missed these files on my previous commit of highperformance.conf - wrong commit incantation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87740 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index bc7eea2184f..337d4721d31 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,8 @@ Changes with Apache 2.0b1 + *) Update highperformance.conf to work with either prefork or + pthreads mpms. [Greg Ames] + *) Stop checking to see if this is a pipelined request if we know for a fact that it isn't. Basically, if r->connection->keepalive == 0. This keeps us from making an extra read call when serving a 1.0 diff --git a/STATUS b/STATUS index f5e5ec9536a..f43b7fd6ce6 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2001/01/19 03:01:14 $] +Last modified at [$Date: 2001/01/19 19:31:02 $] Release: @@ -708,5 +708,3 @@ Open issues: * Which MPMs will be included with Apache 2.0? - * Is conf/highperformance.conf-dist obsolete? It looks obsolete. -