Try this one and let me know if it works: <IfModule mod_php7.c>
I guess we will need to make a fix for that.
Yes!! You got it. Check this out:
[root@wolf conf.modules.d]# more 10-php.conf
#
# PHP is an HTML-embedded scripting language which attempts to make it
# easy for developers to write dynamically generated webpages.
#
<IfModule prefork.c>
LoadModule php7_module modules/libphp7.so
</IfModule>
<IfModule !prefork.c>
LoadModule php7_module modules/libphp7-zts.so
</IfModule>
So when I change the .htaccess files without going into the firewall settings first, I don’t have to do anything else 🙂
Thanks again for everything! I recommend your plugin every time I hear someone ask about firewalls or security. Because it works!
All the best,
Barry