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