Install OpenLiteSpeed on Ubuntu 16.04

Ref: https://openlitespeed.org/kb/install-from-binary/
https://www.vultr.com/docs/how-to-install-openlitespeed-on-ubuntu-16-04
https://www.howtoforge.com/tutorial/how-to-install-and-configure-openlitespeed-server-on-ubuntu-1804-along-with-mariadb/

Step 1: Update your server

Step 2: Install OpenLiteSpeed
Install dependencies

Download the latest stable from https://openlitespeed.org/downloads/

Extract the downloaded file

Go to ‘openlitespeed’ directory that newly created

XXXConfigure and compile OpenLiteSpeed with the following command. This will install OpenLiteSpeed inside of the ‘/usr/local/lsws/’ directory.XXX
I don’t find ‘configure’ but I found ‘install.sh’. SO use the file to install it.

Here is the verbose

NOTE: IT’S ALSO INSTALLED PHP FOR LITESPEED (lsphp) 7.1 IN /usr/local/lsws/lsphp71/

Now you can start the web server, like so: (USE ‘sudo’ BECAUSE I INSTALLED WITH ‘sudo’???)

Check status (USE ‘sudo’)

Open it on your browser: http://localhost:8088/The admin page on https://localhost:7080/SORRY, ONLY ADMIN CAN SHOW THIS!

Currently it’s using PHP 7.1 (SEE http://localhost:8088/phpinfo.php)
I want to install PHP 7.2.
Pls se the available PHP 7.2 packages for litespeed

Then install some of them

 

Leave a Reply

Your email address will not be published. Required fields are marked *