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 -> Third-party Modules View previous topic :: View next topic
Reply to topic   Topic: the connected party did not properly respond after a period
Author
jicr74



Joined: 10 Feb 2014
Posts: 7
Location: Mexico

PostPosted: Tue 18 Feb '14 1:49    Post subject: the connected party did not properly respond after a period Reply with quote

Dear all:
I have noticed that the error log of apache 2.4 is showing the following
[Sun Feb 16 05:00:37.978877 2014] [fcgid:warn] [pid 5844:tid 15920] (OS 10060)A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. : [client 201.100.11.30:51015] mod_fcgid: can't get data from http client
The strangest part is that I have not much concurrence on the server.
My config:

FcgidIOTimeout 600
FcgidConnectTimeout 20
FcgidMaxProcesses 25
FcgidOutputBufferSize 64
FcgidProcessLifeTime 120
FcgidMaxRequestsPerProcess 0
FcgidMinProcessesPerClass 0
FcgidFixPathinfo 0
FcgidMaxRequestLen 14680064

Installed over a 64-bit windows 2008
with 2 processors and 24 processor cores

best regards
Back to top
Steffen
Moderator


Joined: 15 Oct 2005
Posts: 3049
Location: Hilversum, NL, EU

PostPosted: Tue 18 Feb '14 11:37    Post subject: Reply with quote

Running php with mod_fcgid ?

The warning mostly happens when restarting/stopping Apache.

Also it can be the PHP_FCGI_MAX_REQUESTS which had a default of 500. See under the heading Special PHP considerations at http://httpd.apache.org/mod_fcgid/mod/mod_fcgid.html
Back to top


Reply to topic   Topic: the connected party did not properly respond after a period View previous topic :: View next topic
Post new topic   Forum Index -> Third-party Modules