Project

General

Profile

Actions

Configure phpini » History » Revision 6

« Previous | Revision 6/15 (diff) | Next »
Anchi Cheng, 06/01/2010 06:58 PM


Configure php.ini

Edit the following items in php.ini (found as /etc/php.ini on CentOS and /etc/php5/apache2/php.ini on SuSE) so that they look like the following:

error_reporting = bq. E_ALL & ~E_NOTICE

display_errors = On

register_argc_argv = On

short_open_tag = On

max_execution_time = 300     ; Maximum execution time of each script, in seconds
max_input_time = 300     ; Maximum amount of time each script may spend parsing request data
memory_limit = 256M      ; Maximum amount of memory a script may consume (8MB)

You may want to increase max_input_time and memory_limit if the server is heavily used. At NRAMM, max_input_time=600 and memory_limit=4000M.


< Install Web Server Prerequisites | Install Apache Web Server >


Updated by Anchi Cheng almost 14 years ago · 6 revisions