Hello,
I migrated to CloudLinux recently and started to use mod_isapi.
And I noticed that the MultiPHP INI Editor does not work with this module because the Editor adds a line that checks by php7_module.
Example:
if I remove <IfModule php7_module>, then everything works normally.
I migrated to CloudLinux recently and started to use mod_isapi.
And I noticed that the MultiPHP INI Editor does not work with this module because the Editor adds a line that checks by php7_module.
Example:
Code:
# BEGIN cPanel-generated php ini directives, do not edit
# Manual editing of this file may result in unexpected behavior.
# To make changes to this file, use the cPanel MultiPHP INI Editor (Home >> Software >> MultiPHP INI Editor)
# For more information, read our documentation (https://go.cpanel.net/EA4ModifyINI)
<IfModule php7_module>
php_flag display_errors Off
</IfModule>
# END cPanel-generated php ini directives, do not edit