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