From: maarten on 20 Apr 2010 09:19 Hi, You may want to check SELinux. Also, if those 30 other servers are supposed to have the same config, a diff between those will make it easier for the eye to catch things that are different. regards, Maarten On Tue, 2010-04-20 at 14:22 +0200, Kamil Walas wrote: > You are right! When I reading description about this errors I have in > mind situations when user shutdown his browser and this is why I > thought these errors are fine. But this communication is between > apache and Firebird. More suprising is that Firebird and Apache works > on the same machine. > > But still the main questions remains. Why apache drops connections to database? > These PHP scripts are running in over 30 different servers and problem > is only with this one. > > Regards, > Kamil > > 2010/4/20, Peter Lind <peter.e.lind(a)gmail.com>: > > On 20 April 2010 13:37, Kamil Walas <kamilwalas85(a)gmail.com> wrote: > >> I checked. It's looks fine for me, but I paste piece of it relevant to > >> apache log: > >> > >> Centrum Mon Apr 19 13:57:02 2010 > >> INET/inet_error: send errno = 104 > >> Centrum Mon Apr 19 13:57:02 2010 > >> SERVER/process_packet: broken port, server exiting > >> Centrum Mon Apr 19 14:03:49 2010 > >> INET/inet_error: send errno = 104 > >> Centrum Mon Apr 19 14:03:49 2010 > >> SERVER/process_packet: broken port, server exiting > >> Centrum Mon Apr 19 14:13:57 2010 > >> INET/inet_error: read errno = 104 > >> Centrum Mon Apr 19 14:30:21 2010 > >> INET/inet_error: read errno = 104 > >> Centrum Mon Apr 19 15:22:18 2010 > >> INET/inet_error: send errno = 104 > >> > > > > That hardly looks fine. Googling a bit, I found the following: > > http://www.firebirdfaq.org/faq140/ > > http://www.firebirdfaq.org/faq120/ > > > > I'd guess it's a bad connection between Apache and your DB - or Apache > > dropping the connection for some other reason. > > > > Regards > > Peter > > > > -- > > <hype> > > WWW: http://plphp.dk / http://plind.dk > > LinkedIn: http://www.linkedin.com/in/plind > > Flickr: http://www.flickr.com/photos/fake51 > > BeWelcome: Fake51 > > Couchsurfing: Fake51 > > </hype> > > > |