Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
litespeed_wiki:plesk:installation [2014/08/27 18:51]
Michael Armstrong
litespeed_wiki:plesk:installation [2015/07/21 14:36]
Jackson Zhang [Installing LSWS with Plesk]
Line 1: Line 1:
 ====== Installing LSWS with Plesk ====== ====== Installing LSWS with Plesk ======
  
-This wiki will cover how to install LiteSpeed Web Server (LSWS) and LiteSpeed'​s [[http://​www.litespeedtech.com/​products/​control-panel-plugins/​plesk-extension|Plesk Extension]] on a Plesk server. There are multiple ways to go about the installation. The wiki will only cover installing the Plesk Extension first and then installing LSWS from the extension.+This wiki covers ​how to install LiteSpeed Web Server (LSWS) and LiteSpeed'​s [[http://​www.litespeedtech.com/​products/​control-panel-plugins/​plesk-extension|Plesk Extension]] on a Plesk server. There are multiple ways to go about the installation. The wiki will only cover installing the Plesk Extension first and then installing LSWS from the extension.
  
-This wiki assumes that you have a working Apache-Plesk setup.+====== Pre-requirement:​ Stop Nginx reverse proxy before LiteSpeed installation ====== 
 +This wiki assumes that you have a working Apache-Plesk setup. ​Latest version of Plesk may config Nginx as a reverse proxy server that stands between the Internet and Apache, please turn off Nginx reverse proxy firstly to make Apache the only web server to handle live traffic before LSWS installation. Running Nginx reverse proxy will cause system errors and block LiteSpeed process being started. ​   
 + 
 +Steps to stop Nginx erverse proxy: 
 +Plesk Admin Console -> Server Management -> Tools and Settings -> Server Management -> Services Management -> Reverse Proxy Server (nginx), click stop button. 
 + 
 +Check, verify and make sure no nginx process is running:  
 + 
 +  ps -ef | grep nginx | grep master 
 + 
 +If you see the following output, Nginx has not been stopped yet and it has to be stopped before LiteSpeed installation. 
 + 
 +  root     ​16379 ​    ​1 ​ 0 09:45 ?        00:00:00 nginx: master process /​usr/​sbin/​nginx -c /​etc/​nginx/​nginx.conf
  
 ===== Prerequisites ===== ===== Prerequisites =====
Line 73: Line 85:
 LSWS requires PHP built with LSAPI. There are a number of ways to get PHP with LSAPI. ​ LSWS requires PHP built with LSAPI. There are a number of ways to get PHP with LSAPI. ​
  
-Many Plesk users may find it easiest to get PHP for LSWS through the [[http://​rpms.famillecollet.com/​|Remi Repository]]. Follow our [[litespeed_wiki:​php:​rpm|Installing LSPHP via RPM]] guide for these steps. +  - Many Plesk users may find it easiest to get PHP for LSWS through the [[http://​www.litespeedtech.com/​support/​wiki/​doku.php?​id=litespeed_wiki:​php:​rpm#​installing_php_from_the_litespeed_repository|Litespeed Repository]] or [[http://​rpms.famillecollet.com/​|Remi Repository]]. Follow our [[litespeed_wiki:​php:​rpm|Installing LSPHP via RPM]] guide for these steps. 
- +  ​- ​You can also build PHP through the WebAdmin console or through the command line. Building PHP yourself is covered in our [[litespeed_wiki:​php:​lsapi|Compile PHP for LSWS]] guide.
-You can also build PHP through the WebAdmin console or through the command line. Building PHP yourself is covered in our [[litespeed_wiki:​php:​lsapi|Compile PHP for LSWS]] guide.+
  
 Once you have completed PHP installation,​ go to the next step: testing your sites. Once you have completed PHP installation,​ go to the next step: testing your sites.
- 
 ==== Test your sites with a port offset ==== ==== Test your sites with a port offset ====
  
  • Admin
  • Last modified: 2015/09/04 21:26
  • by Michael Alegre