Open extremeshok opened 4 years ago
note, apt-install is my own custom wrapper for apt-get update && apt-get install ...
Looking at the code the reason for installing lsphp73 is to run the WebGUI of OpenLiteSpeed. It does not affect what sites run as just so you can use the WebGUI.
If one only wants to use php7.4 ..the 7.3 is forced to install. php7.3 should be a recommended package and not a required package. Recommended packages are easy to replace or prevent from being installed with the apt command.
Regarding the webinterface, not everyone needs or wants to use the webgui. I find it quicker to code the configs in vi.
OpenLiteSpeed should be able to be installed from the repo without forcing the user to install php7.3 (lsphp73) ,ie. what if one wants to use php74 or does not want php at all (ie running lua or python)?