Skip to main content

polling, proxy_fcgi:error, httpd errors

Comments

1 comment

  • cPWilliamL
    Hi,
    [Sun Oct 15 17:50:53.899220 2017] [proxy:error] [pid 6820:tid 140351578781440] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /opt/cpanel/ea-php56/root/usr/var/run/php-fpm/b3f945369926a0420980f27a2f0337cbfba30469.sock (*) failed [Sun Oct 15 17:50:53.899265 2017] [proxy_fcgi:error] [pid 6820:tid 140351578781440] [client 78.182.204.145:42670] AH01079: failed to make connection to backend: httpd-UDS, referer: https://domain.com/en/dashboard/?ua=profile [Sun Oct 15 17:50:53.899613 2017] [proxy:error] [pid 6820:tid 140351578781440] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /opt/cpanel/ea-php56/root/usr/var/run/php-fpm/b3f945369926a0420980f27a2f0337cbfba30469.sock (*) failed [Sun Oct 15 17:50:53.899629 2017] [proxy_fcgi:error] [pid 6820:tid 140351578781440] [client 78.182.204.145:42670] AH01079: failed to make connection to backend: httpd-UDS, referer: https://domain.com/en/dashboard/?ua=profile
    Apache is trying to pass the request along to the FPM socket; however, the socket doesn't exist, meaning the FPM pool for the domain is not running or the Apache configuration is outdated and referencing an old socket. Searching your Apache configuration for the referenced sock should allow you to see which domain this concerns. You may try rebuilding the Apache configuration and restarting the service to see if it adds the correct socket.
    /scripts/rebuildhttpdconf /scripts/restartsrv_httpd
    If rebuilding and restarting Apache doesn't resolve the issue with the domain in question, verify the 'ea-phpXX-php-fpm' service is running and that your FPM configurations are good:
    /scripts/php_fpm_config --check
    0

Please sign in to leave a comment.