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