logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: apache drops connections after request randomly with no load
Author
stomach_contents



Joined: 19 Oct 2016
Posts: 1
Location: Germany, Telgte

PostPosted: Wed 19 Oct '16 13:30    Post subject: apache drops connections after request randomly with no load Reply with quote

Hi guys,

So I've got a client I've written in C that connects to a remote Apache server (also mine) and invokes some PHP scripts. I'm finding that at sporadic intervals Apache (i assume, not PHP) is closing the connection straight after it receives my request (POST).. ZERO reply just brutal close. Nothing in access.log or error.log. The connection IS keep alive, but sometimes it does this a few seconds after connection is up and a few requests have gone through fine.. sometimes its like 80 seconds then it fails. Timeout=60, max=100 I'm seeing in the header..

Any ideas?

Surely if it was my PHP script buggering up I would still get a valid HTTP response not a brutal close?

Server Version: Apache/2.2.22 (Ubuntu) PHP/5.3.10-1ubuntu3.15 with
Suhosin-Patch
Server Built: Jul 22 2014 14:35:25

Thanks..
Back to top


Reply to topic   Topic: apache drops connections after request randomly with no load View previous topic :: View next topic
Post new topic   Forum Index -> Apache