Viewing 3 replies - 16 through 18 (of 18 total)
  • Plugin Author nintechnet

    (@nintechnet)

    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.

    Thread Starter Barry Veinotte

    (@bveinotte)

    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>

    Thread Starter Barry Veinotte

    (@bveinotte)

    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

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘PHP 7’ is closed to new replies.