Cihad Yavu
New Pleskian
Hi all,
We have a costumer that is having issues syncing data to his WordPress plugin from an external service that is hitting a 60 seconds timeout issue. The things that I have already done:
- Increased max_execution_time and max_input_time from 60 to 7200 in PHP settings
- Edited the general fcgid.conf and increased the iotimeout to 7200, FcgidMaxProcesses increased,
- In Apache Additional Settings, I have set FcgidBusyTimeout 7200 and FcgidIOTimeout, FcgidConnectTimeout and FcgidMaxRequestsPerProcess increased to a higher value
- In nginx Additional Settings, I have fastcgi_read_timeout 7200; proxy_send_timeout 7200; send_timeout 7200;
- Set PHP handler to FPM to no avail
The data that is being synced are pictures and is being stopped after 60s, hitting a 500 error. The domain is running on a 17.0.17 Linux installation with PHP 5.6 running FastCGI. There are also no remaining updates for this vServer and all Plesk patches have been applied.
P.S.: knowing 7200 seconds is really high, this was done in order to troubleshoot the problem. This has been going on since 2 weeks.
We have a costumer that is having issues syncing data to his WordPress plugin from an external service that is hitting a 60 seconds timeout issue. The things that I have already done:
- Increased max_execution_time and max_input_time from 60 to 7200 in PHP settings
- Edited the general fcgid.conf and increased the iotimeout to 7200, FcgidMaxProcesses increased,
- In Apache Additional Settings, I have set FcgidBusyTimeout 7200 and FcgidIOTimeout, FcgidConnectTimeout and FcgidMaxRequestsPerProcess increased to a higher value
- In nginx Additional Settings, I have fastcgi_read_timeout 7200; proxy_send_timeout 7200; send_timeout 7200;
- Set PHP handler to FPM to no avail
The data that is being synced are pictures and is being stopped after 60s, hitting a 500 error. The domain is running on a 17.0.17 Linux installation with PHP 5.6 running FastCGI. There are also no remaining updates for this vServer and all Plesk patches have been applied.
P.S.: knowing 7200 seconds is really high, this was done in order to troubleshoot the problem. This has been going on since 2 weeks.