f3afad23d2
(cherry picked from commit 74e575ddb5d7c89f4d34633ad33027be7011f3eb)
14 lines
348 B
Plaintext
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>
|