php/php.modconf
Remi Collet f3afad23d2 fix conf (mod_php not built / used)
(cherry picked from commit 74e575ddb5)
2022-06-09 10:19:52 +02:00

14 lines
348 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 php7_module modules/libphp7.so
</IfModule>
</IfModule>
</IfModule>