Since APACHE 2.4.59 has "ProxyFCGISetEnvIf " and NGINX has "fastcgi_param", so this could create customize php_admin_value per domain.
Example
so this should work in all php_value scope.
Example
Code:
ProxyFCGISetEnvIf "true" PHP_ADMIN_VALUE "memory_limit=128M"
Code:
fastcgi_param PHP_ADMIN_VALUE "memory_limit=128M";
so this should work in all php_value scope.
Customize php_value in php-fpm per domains - Feature requests - DirectAdmin Feedback
Since APACHE 2.4.59 has "ProxyFCGISetEnvIf " and NGINX has "fastcgi_param", so this could create customize php_admin_value per domain. Example ProxyFCGISetEnvIf "true" PHP_ADMIN_VALUE "memory_limit=128M" fastcgi_p
feedback.directadmin.com