[Safe PHP prevent overriding php.ini extension] how to exclude a user?
Hi guys,
In WHM > Easyapache, there is this PHP extension :
Safe PHP CGI - prevents users from overriding system php.ini
Screenshot
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?
-
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! 0
Please sign in to leave a comment.
Comments
1 comment