Tags/topics: 
1
Answers
Vote up!
1
Vote down!

PHP FPM Connection reset by peer

Hi guys,

Recently I've launched a new drupal commerce webshop to sell giftcards, which was previously built using D6 + Ubercart.

I'm currently experiencing checkout problems with some authenticated customers, who aren't able to reach the checkout review page, and the only lead I have is a very brief error "Connection reset by peer" in my apache logs.

Server setup:

Apache 2.4.7 + PHP 7.0 FPM (apache mpm event mode)

Drupal setup:

Drupal 7.44 + Commerce 7.x-1.13

I'm using a one page checkout process which contains:

- Cart totals
- Account info
- Shipping info
- Billing info
- A custom field group containing Order entity fields using Commerce Checkout Field Group module
- Shipping info
- Payment info

Upon submission of this checkout page, a customer is taken to the review page, but some authed customers can't reach it in 99% of the cases. (because I have been able to checkout sporadically using Masquerade on my local setup)

I'm at my wits end and am now turning into free / paid commerce support as I can't resolve the problem myself wihout any more information.

Does someone have a clue, or had a similar issue?

Feel free to contact me for more specific info about used rules etc.

Thanks in advance,

Kim

Asked by: kim.kennof
on August 6, 2016

1 Answer

Vote up!
1
Vote down!

Hello,

I have kind of the same issue on production serverm i posted 2 different issues :
https://www.drupal.org/node/2879156
https://www.drupal.org/node/2879059

I solved the problem with my patches and apache2 usage instead of php7.1-fpm on my dev site
But the production server still crash even after using apache2 and php7.1 ... there would be a php misconfiguration or something more hidden.

Answer by: Guillaume S
Posted: May 30, 2017