From owner-freebsd-stable@FreeBSD.ORG Wed Nov 22 10:20:15 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E715316A407 for ; Wed, 22 Nov 2006 10:20:14 +0000 (UTC) (envelope-from niek@bigfoot.com) Received: from smtp-3.orange.nl (smtp-3.orange.nl [193.252.22.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8497043D49 for ; Wed, 22 Nov 2006 10:19:46 +0000 (GMT) (envelope-from niek@bigfoot.com) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf6202.orange.nl (SMTP Server) with ESMTP id 83FBF1C00084 for ; Wed, 22 Nov 2006 11:20:12 +0100 (CET) Received: from [192.168.1.10] (s5591888a.adsl.wanadoo.nl [85.145.136.138]) by mwinf6202.orange.nl (SMTP Server) with ESMTP id 3B44B1C00083 for ; Wed, 22 Nov 2006 11:20:12 +0100 (CET) X-ME-UUID: 20061122102012243.3B44B1C00083@mwinf6202.orange.nl Message-ID: <45642458.2090105@bigfoot.com> Date: Wed, 22 Nov 2006 11:20:08 +0100 From: Niek User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; nl-NL; rv:1.8.0.8) Gecko/20061030 SeaMonkey/1.0.6 MIME-Version: 1.0 To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: problem with mod_proxy_ajp after upgrade from 6.2_beta2 to 6.2_rc1 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Nov 2006 10:20:15 -0000 Sorry if this is posted to the wrong list - it is about a change from 6.2_beta2 to 6.2_rc1. Yesterday I upgraded a test 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. The ajp proxy worked well on 6.2 beta2, but 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 Order Deny,Allow Deny from all Allow from [my ip] ProxyPass ajp://localhost:8009/ SSLrequireSSL