From owner-freebsd-apache@FreeBSD.ORG Tue May 17 19:22:23 2011 Return-Path: Delivered-To: apache@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1680C1065670; Tue, 17 May 2011 19:22:23 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 579D38FC0C; Tue, 17 May 2011 19:22:21 +0000 (UTC) Received: by bwz12 with SMTP id 12so1127318bwz.13 for ; Tue, 17 May 2011 12:22:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:x-authentication-warning:date:from:to:cc :subject:message-id:references:mime-version:content-type :content-disposition:in-reply-to:user-agent; bh=b55RlPWUhDgxhKTKZHvtIARCkmkBd+qFboFbHDItmAM=; b=qnzRLI/JV2wOb2u8UzwdnRCHa/2Nk1yVLgLttSR0iSjQtK/C4JQ3414R69FAJnImnc 00DywmRjhNhkWIbWvFEyaZFxuH1uWN6keQzC1t7054xGpnLeUtz5aLtS/KYG2cpZfK5C zYMBdva0GWeoWjbeyFA8Pnjz601pNeHqHNtE4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=x-authentication-warning:date:from:to:cc:subject:message-id :references:mime-version:content-type:content-disposition :in-reply-to:user-agent; b=N+5wioeNCYAHS416N1tSf0JD9Y+tOo8l2W8viULccQm7Xp65ETy7r2XPyUdyNyDonW DOKMov2UeWTAPMeP5cvKa0W4B4FhZsqPdWHdtHJvWGmiCgeNGQVILkAJbes7+gKjym1R p91o4WvDGJ9wXASs71fcFejiLw/Fqug+239tw= Received: by 10.204.24.4 with SMTP id t4mr980711bkb.109.1305658307025; Tue, 17 May 2011 11:51:47 -0700 (PDT) Received: from procyon.xvoid.org ([213.132.76.142]) by mx.google.com with ESMTPS id 16sm507046bkm.18.2011.05.17.11.51.45 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 17 May 2011 11:51:45 -0700 (PDT) Received: from procyon.xvoid.org (yuri@procyon.xvoid.org [IPv6:::1]) by procyon.xvoid.org (8.14.4/8.14.4) with ESMTP id p4HIphHl085345; Tue, 17 May 2011 22:51:43 +0400 (MSD) (envelope-from yuri.pankov@gmail.com) Received: (from yuri@localhost) by procyon.xvoid.org (8.14.4/8.14.4/Submit) id p4HIphg4085344; Tue, 17 May 2011 22:51:43 +0400 (MSD) (envelope-from yuri.pankov@gmail.com) X-Authentication-Warning: procyon.xvoid.org: yuri set sender to yuri.pankov@gmail.com using -f Date: Tue, 17 May 2011 22:51:43 +0400 From: Yuri Pankov To: Mike Jakubik Message-ID: <20110517185143.GC1321@procyon.xvoid.org> References: <1305656249.1822.5.camel@mjakubik-laptop> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1305656249.1822.5.camel@mjakubik-laptop> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: ports@freebsd.org, apache@freebsd.org Subject: Re: FreeBSD Port: devel/apr1 (1.4.4 breaks apache22) X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 May 2011 19:22:23 -0000 On Tue, May 17, 2011 at 02:17:29PM -0400, Mike Jakubik wrote: > Hello, > > I just updated my apache22 from 2.2.17 to 2.2.18, this update also > updated apr1 from 1.4.2 to 1.4.4. After restarting my web server i was > not able to connect to anything. The logs did not show anything wrong > but apache was taking up 100% cpu on all processes and the system load > was steadily going up. Reverting back to apache 2.2.17 did not help, > only solution was to downgrade apr1 to 1.4.2. I am running this on > freebsd 7.4. Just for the record: apr-ipv6-devrandom-db48-1.4.4.1.3.11 apache-2.2.18 seem to work fine for me on 8.2-RELEASE/amd64 (Apache/2.2.18 (FreeBSD) mod_ssl/2.2.18 OpenSSL/0.9.8q DAV/2 SVN/1.6.16 Server). Yuri