Where to set default value for Maximum PHP script run time?

3 posts / 0 new
Last post
#1 Thu, 09/13/2012 - 23:00
yngens

Where to set default value for Maximum PHP script run time?

Maximum PHP script run time is set to 40 seconds by default. I would like to get this changed either to unlimited or 80 seconds.

I know I can change this for a specific website going to Virtualmin -> Server Configuration -> Website Options. However I have to change this value every time I create a virtual server, so that is why I'd like to set this once and forever.

There are lots of threads like:

https://www.virtualmin.com/node/19127 http://www.virtualmin.com/node/7529 http://www.virtualmin.com/node/19119

which discussed this issue, but none of them points where exactly this value can be set by default.

Edit: Probably I also should mention that my system is Centos 6.3 and that instructions on this page http://www.heath-whyte.info/david/computers/mod_fcgid-timeouts-and-downl... didn't help for CentOS.

Thanks!

Thu, 09/20/2012 - 15:11
andreychek

Howdy,

It's possible that this may not be enough when using FCGID -- but a place to start here would be to change the php.ini template that you're using... that's in /etc/php.ini by default.

In there, you could change the max_execution_time to a higher number -- and then that would be copied to all new domains that are being setup.

-Eric

Thu, 09/20/2012 - 15:16
yngens

Thanks Eric!

Topic locked