fc92ff75e9
(cherry picked from commit74e575ddb5
) (cherry picked from commit37182d26c7
)
14 lines
346 B
Plaintext
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>
|