Return-Path: X-Original-To: apmail-httpd-bugs-archive@www.apache.org Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A098D10D2C for ; Tue, 18 Feb 2014 12:11:28 +0000 (UTC) Received: (qmail 47207 invoked by uid 500); 18 Feb 2014 12:11:28 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 46850 invoked by uid 500); 18 Feb 2014 12:11:26 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: "Apache HTTPD Bugs Notification List" List-Id: Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 46811 invoked by uid 99); 18 Feb 2014 12:11:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Feb 2014 12:11:23 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,NORMAL_HTTP_TO_IP X-Spam-Check-By: apache.org Received: from [140.211.11.115] (HELO eir.zones.apache.org) (140.211.11.115) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Feb 2014 12:11:22 +0000 Received: by eir.zones.apache.org (Postfix, from userid 80) id 6620B1CB92; Tue, 18 Feb 2014 12:11:02 +0000 (UTC) From: bugzilla@apache.org To: bugs@httpd.apache.org Subject: [Bug 56151] New: mod_proxy sometimes returns 503 errors Date: Tue, 18 Feb 2014 12:11:02 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Apache httpd-2 X-Bugzilla-Component: mod_proxy X-Bugzilla-Version: 2.2.15 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: renaud.vanderhagen@gmail.com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: bugs@httpd.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=56151 Bug ID: 56151 Summary: mod_proxy sometimes returns 503 errors Product: Apache httpd-2 Version: 2.2.15 Hardware: PC OS: Windows NT Status: NEW Severity: normal Priority: P2 Component: mod_proxy Assignee: bugs@httpd.apache.org Reporter: renaud.vanderhagen@gmail.com Hi there, We are running a high volume web application that uses Apache 2.2.15 mod_proxy to reverse proxy content from apache to JBoss 6. We found 503 errors which happen sporadically throughout the day on random requests (perhaps 1/2% of daily requests). Proxy config: ProxyTimeout 600 SetEnv force-proxy-request-1.0 1 SetEnv proxy-nokeepalive 1 ProxyPass /unproxied/ ! ProxyPass /error/ ! ProxyPass / http://127.0.0.1:8080/ retry=0 ttl=600 ProxyPassReverse / http://127.0.0.1:8080/ JBoss config: What we can see in the error log: [Tue Feb 18 10:11:05 2014] [error] (110)Connection timed out: proxy: HTTP: attempt to connect to 127.0.0.1:9355 (127.0.0.1) failed [Tue Feb 18 10:11:05 2014] [error] ap_proxy_connect_backend disabling worker for (127.0.0.1) What se can see in the access log: [18/Feb/2014:10:11:07 +0100] "HEAD /xxx HTTP/1.1" 503 - "https://xxx" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko" Nothing appears in the JBoss log. In the kernel log, we see that every error coincide with an invalid tcp packet: kernel: invalid:IN=lo OUT= MAC=00:00:00:00:00:00:00:00:00:00:00:00:08:00 SRC=127.0.0.1 DST=127.0.0.1 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=33082 DF PROTO=TCP SPT=48340 DPT=8080 WINDOW=32792 RES=0x00 SYN URGP=0 After some investigations, this SYN packet is not acknowledged by JBoss in order to perform the TCP 3-Way Handshake. I don't know if this is related. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org