Ubuntu 20에 OpenLiteSpeed 설치
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를 설치합니다.
읽어 주셔서 감사합니다
켄지
Reference
이 문제에 관하여(Ubuntu 20에 OpenLiteSpeed 설치), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://dev.to/kenjidoom/installing-openlitespeed-in-ubuntu-20-3egb텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)