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