Blame SOURCES/php.modconf

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