Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 92918 invoked from network); 18 May 2006 22:47:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 May 2006 22:47:55 -0000 Received: (qmail 13994 invoked by uid 500); 18 May 2006 22:47:49 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 12883 invoked by uid 500); 18 May 2006 22:47:45 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 12868 invoked by uid 99); 18 May 2006 22:47:45 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 May 2006 15:47:45 -0700 X-ASF-Spam-Status: No, hits=2.3 required=10.0 tests=DNS_FROM_RFC_POST,DNS_FROM_RFC_WHOIS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [63.240.77.81] (HELO sccrmhc11.comcast.net) (63.240.77.81) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 May 2006 15:47:44 -0700 Received: from danzman (c-67-175-16-175.hsd1.il.comcast.net[67.175.16.175]) by comcast.net (sccrmhc11) with SMTP id <2006051822472301100k4665e>; Thu, 18 May 2006 22:47:23 +0000 From: "Vic Feria" To: , Date: Thu, 18 May 2006 17:47:21 -0500 Organization: POGEE Technologies, Inc. Message-ID: <002d01c67acd$06555da0$0800a8c0@DANZMAN> MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1250" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 In-Reply-To: <446CC48B.8090801@linuxspecial.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 Importance: Normal X-Virus-Checked: Checked by ClamAV on apache.org Subject: RE: [users@httpd] Apache,php to mysql problem X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N In your mysql setting increase the time-out period. With your = application, include a timing cycle that pings the server every certain time less = than the timeout period. That should remind MySQL server that you are still = there and "alive". Note this part of the MySQL Manual: http://dev.mysql.com/doc/refman/5.0/en/gone-away.html -----Original Message----- From: Vasiliy Boulytchev [mailto:vasiliy@linuxspecial.com]=20 Sent: Thursday, May 18, 2006 2:02 PM To: users@httpd.apache.org Subject: [users@httpd] Apache,php to mysql problem Ladies and Gents, Thank you so much for your patience, I will describe my problem in as=20 much detail as I can... Diagram: =09 Internet =09 X =09 XXXXX mysql server =09 X LVS Load Balancer x x X X X X OH1 OH2 Problem: Apache 2.2 on Server OH2, just stopped connecting to the mysql5=20 databases on mysql server. Pages just time out. For now, things are OK, since I disabled web requests going to OH2 in=20 the load balancer, however, this problem needs to be addressed quickly = :) Things I have tried: 1.) I am able to connect to mysql server via command line... such as mysql -H mysqlserver -u username -p databasename -P 3307 2.) I did tcpdumps from both ends, and packets are arriving at both=20 destinations. I am able to verify that packet streams look alike. I=20 turned on the bad server for a second in LVS, tcpdumped a sample stream, = saved it, reloaded LVS, and captured a good connection attempt. 3.) I am able to ping the mysql server from OH2, i am able to telnet to=20 port 3307, so I have pretty much established that the problem is not=20 network connectivity. I have also looked over iptables just for grins. Nothing useful is being logged to the apache logs :( PLEASE HELP! THANKS! --=20 Vasiliy Boulytchev CIT Internet www.citinternet.com --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server = Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org --=20 No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.1.392 / Virus Database: 268.6.0/342 - Release Date: 5/17/2006 =20 --=20 No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.392 / Virus Database: 268.6.0/342 - Release Date: 5/17/2006 =20 --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org