[Safe PHP prevent overriding php.ini extension] how to exclude a user?

basketmen

Well-Known Member
Sep 9, 2010
128
1
66
Hi guys,

In WHM > Easyapache, there is this PHP extension :
Safe PHP CGI - prevents users from overriding system php.ini

Screenshot
Safe PHP CGI  prevents users from overriding system php.ini.jpg

my question, can i exclude a user from this, so the user can increase like memory_limit in they account?
if not, is there alternative for this that allowed exclude a user?
 
Last edited by a moderator:

JacobPerkins

Well-Known Member
May 2, 2014
617
97
103
cPanel Access Level
DataCenter Provider
Twitter
Hi,

I don't believe you'll be able to allow just one user to adjust a php.ini like this. It's either on or off, not both. SuPHP is the only handler that will allow users to set custom php.ini directives themselves, but it's a slower handler than FCGI / DSO. I hope this helps!