18 lines
No EOL
353 B
Text
18 lines
No EOL
353 B
Text
<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> |