Spread the love

About OpenLiteSpeed

OpenLiteSpeed is an optimized open source web server that can be used to manage and serve sites. OpenLiteSpeed has some useful features that make it a solid choice for many installations: it features Apache-compatible rewrite rules, a built-in web-based administration interface, and customized PHP processing optimized for the server.

How to install OpenLiteSpeed

# add repo
wget -O - http://rpms.litespeedtech.com/debian/enable_lst_debian_repo.sh | bash

# install
apt-get install openlitespeed

# Install and link php
apt-get install lsphp73
ln -sf /usr/local/lsws/lsphp73/bin/lsphp /usr/local/lsws/fcgi-bin/lsphp5

# Change admin password
sudo /usr/local/lsws/admin/misc/admpass.sh

# To Start The Server
/usr/local/lsws/bin/lswsctrl start

# Install MariaDB
sudo apt install mariadb-server
sudo mysql_secure_installation

# web server
http://localhost:8088
# admin panel
https://localhost:7080

# Maria DB login
mysql -u root -pCode language: PHP (php)

Adresses

http://localhost:8088 – web page

https://localhost:7080 – admin panel

Video

We hope you enjoyed this article. if that is so please rate this page with the stars bellow and subscribe to our YouTube channel.

Leave a Reply