2 |
# PHP is an HTML-embedded scripting language which attempts to make it |
# PHP is an HTML-embedded scripting language which attempts to make it |
3 |
# easy for developers to write dynamically generated webpages. |
# easy for developers to write dynamically generated webpages. |
4 |
# |
# |
5 |
|
<IfModule prefork.c> |
6 |
LoadModule php5_module modules/libphp5.so |
LoadModule php5_module modules/libphp5.so |
7 |
|
</IfModule> |
8 |
|
<IfModule worker.c> |
9 |
|
LoadModule php5_module modules/libphp5-zts.so |
10 |
|
</IfModule> |
11 |
|
|
12 |
# |
# |
13 |
# Cause the PHP interpreter to handle files with a .php extension. |
# Cause the PHP interpreter to handle files with a .php extension. |