php/php.modconf
Remi Collet 34c1d585d6 rebase to 8.1.7
Related: #2070040
2022-06-09 10:39:18 +02:00

14 lines
346 B
Plaintext

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