GNU/Linux >> Linux Esercitazione >  >> Ubuntu

Come installare il server Web OpenLiteSpeed ​​PHP e MariaDB su Ubuntu 20.10

Informazioni su OpenLiteSpeed

OpenLiteSpeed ​​è un server Web open source ottimizzato che può essere utilizzato per gestire e servire i siti. OpenLiteSpeed ​​ha alcune funzioni utili che lo rendono una scelta solida per molte installazioni:include regole di riscrittura compatibili con Apache, un'interfaccia di amministrazione basata sul Web integrata e un'elaborazione PHP personalizzata ottimizzata per il server.

Come installare 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)

Indirizzi

http://localhost:8088 – pagina web

https://localhost:7080 – pannello di amministrazione

Video

Ci auguriamo che questo articolo ti sia piaciuto. in tal caso, valuta questa pagina con le stelle qui sotto e iscriviti al nostro canale YouTube.


Ubuntu
  1. Come installare PHP 7.4 e 8.0 su Ubuntu 18.04 o 20.04

  2. Come installare MariaDB su Ubuntu 20.04

  3. Come installare OpenLiteSpeed ​​e PHP su Ubuntu

  4. Come installare il server Web Apache su Ubuntu

  5. Come installare e configurare il server Web Apache su Ubuntu 13.10

Come installare il server Web OpenLiteSpeed ​​su Ubuntu 20.04

Come installare Lighttpd con PHP e MariaDB su Ubuntu 15.04

Come installare OpenLiteSpeed ​​su Ubuntu 16.04

Come installare Lighttpd con PHP e MariaDB su Ubuntu 16.04 LTS

Come installare Lighttpd, PHP e MariaDB su Ubuntu 20.04 LTS

Come installare il server Web OpenLiteSpeed ​​con MariaDB e PHP