From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 7 13:30:11 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 154D716A47C for ; Thu, 7 Dec 2006 13:30:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38E9543CBE for ; Thu, 7 Dec 2006 13:29:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kB7DU8HG046054 for ; Thu, 7 Dec 2006 13:30:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kB7DU8GZ046053; Thu, 7 Dec 2006 13:30:08 GMT (envelope-from gnats) Resent-Date: Thu, 7 Dec 2006 13:30:08 GMT Resent-Message-Id: <200612071330.kB7DU8GZ046053@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Niek Dekker Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 782F316A53F for ; Thu, 7 Dec 2006 13:21:29 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DAC843CAC for ; Thu, 7 Dec 2006 13:20:37 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id kB7DLSZj091506 for ; Thu, 7 Dec 2006 13:21:28 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id kB7DLSwJ091505; Thu, 7 Dec 2006 13:21:28 GMT (envelope-from nobody) Message-Id: <200612071321.kB7DLSwJ091505@www.freebsd.org> Date: Thu, 7 Dec 2006 13:21:28 GMT From: Niek Dekker To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: ports/106445: mod_proxy_ajp very slow on FreeBSD 6.2-RC1 amd64 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Dec 2006 13:30:11 -0000 >Number: 106445 >Category: ports >Synopsis: mod_proxy_ajp very slow on FreeBSD 6.2-RC1 amd64 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Dec 07 13:30:07 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Niek Dekker >Release: 6.2-RC1 amd64 >Organization: Bureau Digitekst >Environment: FreeBSD digitekst.com 6.2-RC1 FreeBSD 6.2-RC1 #0: Mon Nov 20 14:05:41 CET 2006 root@server1.digitekst.com:/usr/obj/usr/src/sys/SMP amd64 Hardware: HP Proliant DL360G4P, 4Gb, SMP. HTT disabled in BIOS and in OS. >Description: I upgraded a server from FreeBSD 6.2_beta2 amd64 to 6.2-RC1 amd64. I am using apache-2.2.3 with mod_proxy and mod_proxy_ajp to connect to Tomcat-5.5.20. Please Note: The ajp proxy worked well on 6.2 beta2 with the exact same hw/sw configuration. After the upgrade to 6.2 RC1, connections via the ajp proxy are extremely slow. It seems as if something is timing out, as it takes several minutes until apache returns data. Connecting directly to Tomcat Coyote ports works well. There is nothing in the httpd error logs or the tomcat logs, nor in the system message log indicating what is going wrong. When using mod_jk, all works fine. Below is an excerpt of my httpd.conf: LoadModule proxy_module libexec/apache22/mod_proxy.so LoadModule proxy_ajp_module libexec/apache22/mod_proxy_ajp.so ProxyRequests Off ProxyPass ajp://localhost:8009/ SSLrequireSSL I have recompiled APache2.2.3 and Tomcat 5.5.20 I have - queried the current PR database - sent messages to freebsd-questions, freebsd-stable, freebsd-ports and freebsd-apache mailing lists, but received no reply. >How-To-Repeat: Install FreeBSD6.2-RC1 amd64 (on an HP Proliant DL360G4P with HTT disabled to repeat in exactly same environment), Tomcat-5.5.20 from ports, Apache-2.2.3 from ports with mod_proxy and mod_proxy_ajp enabled, set up an ajp proxy to Tomcat in httpd.conf, and try to connect to Tomcat via the proxy. >Fix: >Release-Note: >Audit-Trail: >Unformatted: