GNU/Linux >> Linux の 問題 >  >> Ubuntu

Ubuntu20.10にOpenLiteSpeedWebサーバーPHPとMariaDBをインストールする方法

OpenLiteSpeedについて

OpenLiteSpeedは、サイトの管理と提供に使用できる最適化されたオープンソースWebサーバーです。 OpenLiteSpeedには、多くのインストールに適した便利な機能がいくつかあります。Apache互換の書き換えルール、組み込みのWebベースの管理インターフェイス、サーバー用に最適化されたカスタマイズされたPHP処理を備えています。

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)

アドレス

http:// localhost:8088 –Webページ

https:// localhost:7080 –管理パネル

ビデオ

この記事を楽しんでいただけたでしょうか。その場合は、このページを以下の星で評価し、YouTubeチャンネルに登録してください。


Ubuntu
  1. UbuntuにOpenLiteSpeedとPHPをインストールする方法

  2. UbuntuにApacheWebサーバーをインストールする方法

  3. Ubuntu13.10にApacheWebサーバーをインストールして構成する方法

  1. Ubuntu18.04または20.04にPHP7.4および8.0をインストールする方法

  2. Ubuntu20.04にMariaDBをインストールする方法

  3. Ubuntu18.04LTSにPHPを使用してOpenLiteSpeedHTTPサーバーをインストールする方法

  1. Ubuntu16.04LTSにPHP7.1を使用してOpenLiteSpeedHTTPサーバーをインストールする方法

  2. MariaDBと一緒にUbuntu18.04にOpenLiteSpeedサーバーをインストールして構成する方法

  3. Ubuntu20.04にAmpacheMusicStreamingServerをインストールする方法