ruby - Request halts in rails server. Happens randomly, can't regenerate the issue on purpose -


so have rails app running on apache2 - passenger. (usually first request after server goes stand by/sleep mode) server not respond request. on checking apache logs, see request got halted

i, [2015-05-14t08:34:57.867684 #29618]  info -- : started post "/v1/reply" x.x.x.x @ 2015-05-14 08:34:57 +0000 

after started post there no log entries. can going wrong? going mad on issue.

using ruby 2.2, rails 4.0, apache2, passenger 4.0.50. using latest version of passenger reverted old version see if fixes issue. no luck.


Comments

Popular posts from this blog

apache - PHP Soap issue while content length is larger -

asynchronous - Python asyncio task got bad yield -

javascript - Complete OpenIDConnect auth when requesting via Ajax -