php.ini Override

#1
Hi,

I need to override the default php settings. To do this I go to Virtual Host app> General> php.ini Override

Everything worked except php_value memory_limit. When I try to raise the limit over 256M, then works. When I try to reduce the limit, for example set php_value memory_limit 128M, then it stop working. PHP info shows 256M instead 128M.
 

Pong

Administrator
#2
Everytime you make changes to php, make sure to "killall lsphp" to restart PHP. If still not working, you can log a ticket with us, we can check your settings.
 
Top