Custom value set in php setting

108631

New member
Joined
Apr 18, 2022
Messages
1
I want to increase memory_limit from 1024 to 2024 but in directadmin there is no option so how i do that?
 
depends which PHP-mode, you can set it:
1. htaccess
2. custom_httpd
3. custom_httpd -> php-fpm
 
4.) /usr/local/phpxx/lib/php.ini which wil change the value for everybody.
where XX is the php version running when you run php-fpm.

When running multiple php instances, you should be able to also change it from within DA under the php settings so:
5.) https://domain.com:2222/CMD_PHP_SETTINGS?domain=domain.com
 
Last edited:
Back
Top