How do I swap out the default php for php 7.4?

#1
I've installed Litespeed and have managed to get a vhost running.
I've done this by basically copying the config from the default vhost.
Looking at the phpinfo for both vhosts I can see that the php version being used is 7.3.
I'd like to use 7.4 https://omegle.onl/

I've figured out that Litespeed comes with it's own php packages.
Under /usr/local/lsws I can see two directories: lsphp73 and lsphp74.

How can I switch my vhosts over from 7.3 to 7.4?
 
Last edited:

serpent_driver

Well-Known Member
#3
How can I switch my vhosts over from 7.3 to 7.4?
The documentation link shown by @AndreyPopov is for native use of LSWS only. If you have a server control panel such as cPanel, Plesk and other panels, most of the settings for native use have no function. The administration of the LSWS is much easier and less complicated if you use a control panel.
 
Top