Having this directive does not work apparently since cwp-php is installed/loaded on the cwp-httpd
# Cannot load both php5 and php7 modules
<IfModule !mod_php5.c>
<IfModule prefork.c>
LoadModule php7_module modules/libphp71.so
</IfModule>
</IfModule>
Looked into the httpd.conf files but there is no cwp-php module being mentioned, neither in any php.ini. What directive is used to load cwp-php and where is the directive located?