From e62ae70913050d0af611abeea0c8334827bd8a7d Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 8 Mar 2010 22:18:04 -0300 Subject: Increasing max_execution_time and max_input_time --- files/apache2/php.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/apache2/php.ini b/files/apache2/php.ini index d1673bd..bab2d24 100644 --- a/files/apache2/php.ini +++ b/files/apache2/php.ini @@ -264,8 +264,8 @@ expose_php = On ; Resource Limits ; ;;;;;;;;;;;;;;;;;;; -max_execution_time = 30 ; Maximum execution time of each script, in seconds -max_input_time = 60 ; Maximum amount of time each script may spend parsing request data +max_execution_time = 1000 ; Maximum execution time of each script, in seconds +max_input_time = 1000 ; Maximum amount of time each script may spend parsing request data ;max_input_nesting_level = 64 ; Maximum input variable nesting level memory_limit = 128M ; Maximum amount of memory a script may consume (128MB) -- cgit v1.2.3