Hello,
I have lsphp (because the openlitespeed) installed on the server.
I want to enable exec function for specific user.
The function exec disabled by the php.ini file, so I override it locally in Virtualhost templates.
The result look good in phpinfo(); (exec function not appear on Local Value column).
But it's not help and the function not really work, I tried to remove exec from Master Value by editing the global php.ini and then the function work well.
so I guess that php take the settings from Master Value (global php.ini). How can I fix it? to make my overide in specific user work well?
thank you
I have lsphp (because the openlitespeed) installed on the server.
I want to enable exec function for specific user.
The function exec disabled by the php.ini file, so I override it locally in Virtualhost templates.
The result look good in phpinfo(); (exec function not appear on Local Value column).
But it's not help and the function not really work, I tried to remove exec from Master Value by editing the global php.ini and then the function work well.
so I guess that php take the settings from Master Value (global php.ini). How can I fix it? to make my overide in specific user work well?
thank you
Last edited: