Hello,
finally we updated our imscp from the 1.2.x branch to 1.4.2 and everything worked well as far as i can say. Services are running and ssl for panel, services and pages, too.
But we have an 503 error on all customer pages, but not at one customer page. On one page everything works as expected and all other pages are failing with 503 service unavailable.
It seems that the fcgi process is searching for the php5-fpm process but after update its the php5.6-fpm process.
Code
- [Mon Apr 10 20:00:28.158315 2017] [proxy:error] [pid 12055:tid 124158032029440] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /var/run/php5-fpm-forum.domain.tld.sock (*) failed
- [Mon Apr 10 20:00:28.158353 2017] [proxy_fcgi:error] [pid 12055:tid 124158032029440] [client 37.24.253.20:50886] AH01079: failed to make connection to backend: httpd-UDS, referer: https://forum.domain.tld/
This is the error, which is in each log file from the failing customer pages. So how can we fix this problem? Don't know how and we already tried to reconfigure imscp or restart the processes.
Hope anyone could give a short help to fix this issue.