Ticket #545 (closed defect: fixed)
Registration page: 502
Reported by: | ed | Owned by: | chris |
---|---|---|---|
Priority: | critical | Milestone: | Maintenance |
Component: | Live server | Keywords: | |
Cc: | jim | Estimated Number of Hours: | 0.0 |
Add Hours to Ticket: | 0 | Billable?: | yes |
Total Hours: | 0.1 |
Description
http://www.transitionnetwork.org/user/register
found a bunch of these yesterday - this one is still showing a 502...
Change History
comment:2 Changed 4 years ago by ed
- Status changed from closed to reopened
- Resolution fixed deleted
RE-opening - it's mayhem - 502 all over the shop - I can't keep track of them - something's very wrong
http://www.transitionnetwork.org/user/login?destination=comment%2Freply%2F19993%23comment-form
https://www.transitionnetwork.org/user/login?destination=users/7betk
http://www.transitionnetwork.org/why-do-transition
comment:3 Changed 4 years ago by chris
- Add Hours to Ticket changed from 0.0 to 0.1
- Status changed from reopened to closed
- Resolution set to fixed
- Total Hours changed from 0.0 to 0.1
This issue was resolved, as far as I recall, with a restart of php-fpm.
Restarting php-fpm is slightly confusing as there are two versions:
/etc/init.d/php53-fpm /etc/init.d/php5-fpm
The site is using /etc/init.d/php53-fpm but it shows up with the process name php-fpm:
ps -lA | grep php 1 S 0 35614 1 0 80 0 - 187986 - ? 00:00:00 php-fpm 5 S 33 35615 35614 4 80 0 - 209279 - ? 00:04:40 php-fpm 5 R 33 35616 35614 4 80 0 - 196869 - ? 00:04:59 php-fpm 5 S 33 35617 35614 4 80 0 - 198159 - ? 00:04:56 php-fpm 5 S 33 35618 35614 4 80 0 - 195848 - ? 00:04:45 php-fpm 5 S 33 35619 35614 4 80 0 - 197062 - ? 00:04:54 php-fpm 5 S 33 35621 35614 4 80 0 - 196817 - ? 00:04:55 php-fpm
Closing this ticket.
I have restarted nginx, php53-fpm and mysql and everything is working OK now.