summaryrefslogtreecommitdiffstats
path: root/php.modconf
blob: 87f97c9c08a1344ab166bfa97a1ca83fb3f6f957 (plain)
1
2
3
4
5
6
7
8
#
# 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>