Increase PHP memory limits
Re: Increase PHP memory limits
You are able to change via Server>Configure then you can change max post limit, memory limit via this function, this was a new update they added.
Re: Increase PHP memory limits
How, where? Please more details, I can't found where I need to make this modificationprotocore wrote:You are able to change via Server>Configure then you can change max post limit, memory limit via this function, this was a new update they added.
Re: Increase PHP memory limits
Here is a screenshot... https://i.imgur.com/BDCyMtx.png also don't forget to check /home/account_user_name/conf/web/sapache2.conf
-
- Posts: 15
- Joined: Sat May 05, 2018 12:15 pm
- Os: Ubuntu 15x
- Web: apache + nginx
Re: Increase PHP memory limits
HI I HAVE SAME PROBLEM I CHANGED MEMORY LIMIT INTO apache2.conf but in phpinfo says memory_limit LOCAL:32M ADMIN:128M i incremented the memory limit of my wordpress but crashes on 32MB
-
- Posts: 15
- Joined: Sat May 05, 2018 12:15 pm
- Os: Ubuntu 15x
- Web: apache + nginx
Re: Increase PHP memory limits
no helpers?
Re: Increase PHP memory limits
Generally speaking, in Ubuntu 16.04 + apache & nginx configuration, per domain php memory limit can be changed in the following files:
Restart apache to activate the changes
Code: Select all
/home/[user]/conf/web/[domain].apache2.conf
/home/[user]/conf/web/[domain].apache2.ssl.conf
Code: Select all
systemctl restart apache2
-
- Posts: 2
- Joined: Sat Dec 13, 2014 3:46 pm
Re: Increase PHP memory limits
Thank you. It worked!egeyazilim wrote: ↑Mon Sep 28, 2015 12:41 pmI found the solutionskurudo wrote:You have master value, it means you changed memory_limit in php.ini. But somewhere you have settings with 32mb - may me it's a hidden .htaccess file in the site root and that one was overriding all other values.memory_limit will change in this fileCode: Select all
Include /home/$user/conf/web/httpd.conf