I Can´t personalize memory_limit

PauGasol

Verified User
Joined
Feb 3, 2004
Messages
125
Hi,

If i put the next line in "Httpd.conf Customization for domaind.tld" :

php_admin_flag memory_limit 16M

the php stopped in the domain, not works (blank page in php pages). I cant understand before works fine. Any idea ?
 
I found a solution

php_admin_value max_execution_time 30
php_admin_value max_input_time 15
php_admin_value max_memory_limit 30M
php_admin_value post_max_size 5M
php_admin_value memory_limit 30M
php_admin_value upload_max_filesize 5M
php_admin_flag mysql.allow_persistent off
php_admin_value mysql.connect_timeout 60

And it worked fine
 
Back
Top