Blame SOURCES/php.modconf

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