Add apache/php-fpm.conf

This commit is contained in:
Martijn de Boer 2024-08-12 17:17:19 +02:00
parent 7438375aa8
commit 68d7d06a83

18
apache/php-fpm.conf Normal file
View file

@ -0,0 +1,18 @@
<FilesMatch \.php$>
SetHandler "proxy:fcgi://php74:9074"
</FilesMatch>
# For PHP 8.1
#<FilesMatch \.php$>
# SetHandler "proxy:fcgi://php81:9081"
#</FilesMatch>
# For PHP 8.3
#<FilesMatch \.php$>
# SetHandler "proxy:fcgi://php83:9083"
#</FilesMatch>
# For PHP 8.4
#<FilesMatch \.php$>
# SetHandler "proxy:fcgi://php84:9084"
#</FilesMatch>