add php.modconf source

Signed-off-by: Toshaan Bharvani <toshaan@powerel.org>
master
Toshaan Bharvani 2024-05-30 08:41:14 +02:00
parent ea8bec7fae
commit 8653bcd510
1 changed files with 13 additions and 0 deletions

13
SOURCES/php.modconf Normal file
View File

@ -0,0 +1,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>