blob: e169f4a60f0b85f022fd46aa1dc104d32f25eb00 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#
# 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>
|