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