Blame SOURCES/php.modconf

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