P PauGasol Verified User Joined Feb 3, 2004 Messages 125 Sep 26, 2005 #1 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 ?
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 ?
A adrissaty Verified User Joined Jul 7, 2006 Messages 8 Feb 21, 2007 #3 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
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