Multiple versions of PHP-FPM, installing and configuring…?
问题 I should have asked here days ago - i've been trying to get multiple versions of PHP-FPM running under different virtual hosts. System: Centos 7 w/ Centos Web Panel (CWP), PHP 5.6/7.0/7.1/7.2, Apache 2.4 I have my versions of PHP under /opt/alt/phpXX/usr i.e. /opt/alt/php72/usr Example virtual host contents (website runs under PHP7.2):- <Directory "/home/bbb/public_html"> AddHandler application/x-httpd-php72 .php AllowOverride All </Directory> What i've tried so far is adding this to the