summaryrefslogtreecommitdiffstats
path: root/php.modconf
blob: 3377f720fa8d8ef634a028616ec11951d69c2b79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#
# PHP is an HTML-embedded scripting language which attempts to make it
# easy for developers to write dynamically generated webpages.
#

# Cannot load both php5 and php7 modules
<IfModule !mod_php5.c>
  <IfModule prefork.c>
    LoadModule php7_module modules/libphp7.so
  </IfModule>
</IfModule>