Actually, it appears it is ignoring what is set for an individual php version at the bottom -- only the setting for ea-php php handler lsapi or cgi is determining what the php handler is for the alt php versions.
If I set
ea-php83: lsapi
alt-php83: lsapi
site running alt-php83 though php selector phpinfo shows: lsapi V8.3 Cloudlinux 1.3
If I set
ea-php83: cgi
alt-php83: lsapi
site running alt-php83 though php selector phpinfo shows: CGI/FastCGI
If I set
ea-php83: lsapi
alt-php83: cgi
site running alt-php83 though php selector phpinfo shows: lsapi V8.3 Cloudlinux 1.3
(same substituting alt-php73 for alt-php83)
So it appears on two servers, whatever the php handler for the default php version is set to is being applied to the alt-php versions ignoring what the individual alt-php version is set to use for the handler, fastcgi (cgi) or lsapi (lsapi)
If I set
ea-php83: lsapi
alt-php83: lsapi
site running alt-php83 though php selector phpinfo shows: lsapi V8.3 Cloudlinux 1.3
If I set
ea-php83: cgi
alt-php83: lsapi
site running alt-php83 though php selector phpinfo shows: CGI/FastCGI
If I set
ea-php83: lsapi
alt-php83: cgi
site running alt-php83 though php selector phpinfo shows: lsapi V8.3 Cloudlinux 1.3
(same substituting alt-php73 for alt-php83)
So it appears on two servers, whatever the php handler for the default php version is set to is being applied to the alt-php versions ignoring what the individual alt-php version is set to use for the handler, fastcgi (cgi) or lsapi (lsapi)
Comment