9cae5e
#
9cae5e
# PHP is an HTML-embedded scripting language which attempts to make it
9cae5e
# easy for developers to write dynamically generated webpages.
9cae5e
#
9cae5e
9cae5e
# Cannot load both php5 and php7 modules
9cae5e
<IfModule !mod_php5.c>
9cae5e
  <IfModule prefork.c>
9cae5e
    LoadModule php7_module modules/libphp7.so
9cae5e
  </IfModule>
9cae5e
</IfModule>
9cae5e