Ubuntu 20에 OpenLiteSpeed ​​설치

OpenLiteSpeed는 고성능의 가벼운 오픈 소스 HTTP 웹 서버로 웹 사이트 로드 속도를 높여줍니다. Apache라고 생각하지만 더 빠릅니다. 이 서비스는 Apache에 비해 로드 속도가 더 빠르기 때문에 WordPress 웹사이트에 가장 적합합니다. OpenLiteSpeed ​​up 구성 및 설정을 시작하겠습니다.

1단계: 필요한 모든 종속성 설치


sudo apt-get install build-essential libexpat1-dev libgeoip-dev libpcre3-dev libudns-dev zlib1g-dev libssl-dev libxml2 libxml2-dev rcs libpng-dev libpng-dev openssl autoconf g++ make openssl libssl-dev libcurl4-openssl-dev libcurl4-openssl-dev pkg-config libsasl2-dev libzip-dev libxml2-dev sqlite3 libsqlite3-dev libonig-dev


2단계: OpenLiteSpeed ​​설치

wget https://openlitespeed.org/packages/openlitespeed-1.7.16.tgz && tar -xvzf *.tgz


그런 다음 압축 해제가 완료되면 openlitespeed 디렉토리로 이동하여 다음 스크립트를 실행할 수 있습니다.

cd openlitespeed
sudo sh install.sh



openlitespeed 설치가 완료되면 관리자 계정에 대한 암호를 받게 됩니다. 이것은 웹 서버의 대시보드에 로그인하는 데 사용됩니다.

If you cleared the screen and cannot remember your password. You can always find it typing the following command:



sudo cat /usr/local/lsws/adminpasswd
output: WebAdmin user/password is admin/NmQ0ODli


3단계: openlitespeed 시작
이제 openlitespeed 서비스를 시작할 시간입니다. 이를 위해 systemctl을 사용하여 openlitespeed.service를 시작합니다.

systemctl is a a service manager used for controlling and examining the systemd system and services.



sudo systemctl start openlitespeed.service
sudo systemctl status openlitespeed.service



이제 웹 브라우저에서 http://IP:8088을 입력하면 됩니다. 다음 페이지가 표시됩니다.

그게 다야! 다음 장에서는 PHP와 MariaDB를 설치합니다.

읽어 주셔서 감사합니다
켄지

좋은 웹페이지 즐겨찾기