blob: c53cfa3824537627dad504224499a881edd3b06c (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
 | #
# PHP is an HTML-embedded scripting language which attempts to make it
# easy for developers to write dynamically generated webpages.
#
<IfModule prefork.c>
  LoadModule php5_module modules/libphp5.so
</IfModule>
<IfModule !prefork.c>
  LoadModule php5_module modules/libphp5-zts.so
</IfModule>
 |