Hi,
Were planning to implement PHP 7.4 in all of our servers and use LSAPI as usual.
The thing is that the /usr/bin/switch_mod_lsapi --enable-global script is changing all PHP versions to LSAPI but PHP 7.4.
Seems that it is not detecting this new version.
We need to script this because we have several Cloudlinux servers.
Thanks!
Ignacio
Were planning to implement PHP 7.4 in all of our servers and use LSAPI as usual.
The thing is that the /usr/bin/switch_mod_lsapi --enable-global script is changing all PHP versions to LSAPI but PHP 7.4.
Code:
# /usr/bin/switch_mod_lsapi --force --enable-global Instruction: [URL]http://docs.cloudlinux.com/index.html?apache_mod_lsapi.html[/URL] Using force-yes option... mod_lsapi switched to turning on and off through the MultiPHP Manager(/Home/Software/MultiPHP Manager) You are using enabled globally mod_lsapi. Do you want to enable mod_lsapi through MultiPHP Manager? Current PHP will be switched to lsapi handler: If you type N then mod_lsapi will be disabled and you can enable it again from MultiPHP Manager.
We need to script this because we have several Cloudlinux servers.
Thanks!
Ignacio
Comment