Solved ERR_TOO_MANY_REDIRECTS on php-fpm

shanky

Verified User
Joined
Dec 7, 2007
Messages
88
Hi

Old server is mod_php with mod_ruid2
New server is php-fpm56 + 53 without mod_ruid2

Only 2 domains migrate from OLD server to NEW server always have this error :

ERR_TOO_MANY_REDIRECTS
.

Remarks :
  1. After restored, these 2 sites are not auto enable > 30 minutes and always give 2 lines in httpd error_log :
    AH02454: FCGI: attempt to connect to Unix domain socket /usr/local/php56/sockets/domain-name.sock (*) failed
    AH01079: failed to make connection to backend: httpd-UDS
  2. The 2 domains give below error without details in both httpd & nginx error_log
    Service is not available

Please help!
 
Hello,

The ERR_TOO_MANY_REDIRECTS is usually caused by mod_rewrite. So you might need to review used ones.
 
Back
Top