How to mod max_execution_time

principino1984

Verified User
Joined
Oct 10, 2008
Messages
39
Hi,

my server has centos 5 64bit, directadmin, php 5.2.6 and suPHP installed.

I'd like to increase max_execution_time and upload_size

I tried to modify both this php.ini files that I found in my server:

/etc/php.ini

and

/usr/local/lib/php.ini

and I modified thos parameters,


then I did a /etc/init.d/httpd restart

but my execution time is still at 30seconds... what am I doing wrong?

Thanks
Marco
 
nevermind... I found the right php.ini...

it was under /usr/local/etc/php5/cgi/

now ... what's the best max_execution time I can set?

marco
 
Back
Top