I saw that in the configuration files of the virtual host the php-fpm -idle-timout = 300 seconds. Example: FastCgiExternalServer /var/www/clients/clientxxx/webxxx/cgi-bin/php5-fcgi-*-443-xxxx.xxxx.xxx -idle-timeout 300 -socket /var/lib/php5-fpm/web4.sock -pass -header Authorization How can I change the -idle-timeout for 3600? FastCgiExternalServer /var/www/clients/clientxxx/webxxx/cgi-bin/php5-fcgi-*-443-xxxx.xxxx.xxx -idle-timeout 3600 -socket /var/lib/php5-fpm/web4.sock -pass -header Authorization
Thank you Till. I did so: cp -rvp /usr/local/ispconfig/server/conf/vhost.conf.master /usr/local/ispconfig/server/conf-custom/ And I changed the parameters in: /usr/local/ispconfig/server/conf-custom/vhost.conf.master. Then I opened all the sites in ISPConfig for the change to be applied.