Jump to content

how to troubleshoot webservices api http response timout


kyaj323

Recommended Posts

Hi All,

How can I troubleshoot the below error for the webservices api

Bad HTTP response : org.apache.http.conn.ConnectionPoolTimeoutException: Timeout waiting for connection from pool

PHP-FPM 
max request - 500 
max child - 30
process idle timeout - 30

php.ini 
allow url fopen - enabled
enable_dl - enabled 
file_uploads - enabled 
Max_exection_time - 10000 
Max_input_time - -1 |
Max_input_vars - 20000 
memory_limit - 1024m 
post_max_size - 768m 
session.gc_maxlifetime - 2880 
upload_max_filesize - 600m 
zlib.output_compression - disabled

apache configuration 
start servers - 10 minimum 
spare servers - 5 
maximum spare servers - 250 
server limit - 300 
max request workers - 300 
max connection per child - 0 
keep alive - on 
keep alive timout - 1500 
max keep alive request - unlimited timeout - 1500

 

Thanks

K

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...