Öppna som sagt din php.ini fil. På Debian borde den finnas i /etc/php5/apache2/ , förutsatt att du använder php5 och apache2 då.
Hitta följande rader och editera.
Kod:
;;;;;;;;;;;;;;;;;;;
; Resource Limits;
;;;;;;;;;;;;;;;;;;;
max_execution_time = 300; Maximum execution time of each script, in seconds
max_input_time = 60; Maximum amount of time each script may spend parsing request data
memory_limit = 8M ; Maximum amount of memory a script may consume (8MB)
Tvinga sedan apache att ladda om alla dess konfigurationsfiler. (/etc/init.d/apache2 force-reload)