• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Resolved php master local value different

robetus

Basic Pleskian
The master value of max_execution_time is being overridden by the master setting which is 300. I've look everywhere for this setting and cannot find it. This was not a problem in 12.5, but I it is a problem in Onyx. I've tried looking for the httpd.include file in the domains conf folder, as so many places suggest on the net, but it was not in there. Where is this master setting? It's set way too low.

I'm on: centos 6.8 64bit
 
It wasn't PHP it was Apache's FASTCGI quitting on a timeout. I added: FcgidBusyTimeout 3600 to the apache config in Plesk and everything works as it should now.
 
Last edited:
Back
Top