Changing PHP memory limit

hami

Verified User
Joined
Sep 7, 2013
Messages
22
Hi
How i can change php memory limit for "each user separately" on Control panel?
 
it's still pre-release
 
per-domain:
if php-CLI (mod_php)
custom httpd -> custom1
php_admin_value memory_limit 256M
if php-fpm:
custom httpd -> php-fpm(ver) -> custom2
php_admin_value[memory_limit] = 256M
i don't remember exact syntax, check at place
 
Back
Top