Search: Advanced search |
Browse by category: |
| HowTo: Tweak php for maximum execution time for scripts | |||||||||||||
PHP by default places resource limits on all php scripts using 3 directives:
A php script might timed out because of resource limits. All you need to do is setup a new resource limits so that script will get executed. Edit Php.ini file /etc/php.ini (or /usr/lib/php.ini) file and adjust the resource limits:max_execution_time = 600 Then restart Apache web server
: NOTE: |
|||||||||||||
Last update: August, 2008 ••• Copyright (c) 2004-2008 ServerTune Inc.