Fix wrong module name for httpd

This commit is contained in:
Funda Wang 2022-09-17 12:14:19 +08:00
parent 20ca150528
commit a1a0a6ea35

View File

@ -6,7 +6,7 @@
# Cannot load both php5 and php7 modules
<IfModule !mod_php5.c>
<IfModule prefork.c>
LoadModule php7_module modules/libphp7.so
LoadModule php7_module modules/libphp.so
</IfModule>
</IfModule>