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 [2015/09/02 19:13]
Michael Alegre [Add the extension from Plesk]
litespeed_wiki:plesk:installation [2015/09/04 21:26] (current)
Michael Alegre [Stop Nginx Reverse Proxy Before LiteSpeed Installation]
Line 3: Line 3:
 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. We assume that you have a working Apache-Plesk setup. While there are multiple ways to go about the installation,​ this 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. We assume that you have a working Apache-Plesk setup. While there are multiple ways to go about the installation,​ this wiki will only cover installing the Plesk Extension first and then installing LSWS from the extension.
  
-===== Stopping Nginx Reverse Proxy Before LiteSpeed Installation ===== 
-The latest version of Plesk may configure Nginx as a reverse proxy server that sits in between the Internet and Apache. Before installing LSWS, please turn off Nginx reverse proxy so that Apache is the only web server handling live traffic. Not stopping the Nginx reverse proxy will cause system errors and block the LiteSpeed process from being started. ​   
- 
-** Stopping Nginx reverse proxy: ** 
- 
-From the Plesk Admin Console, navigate to... 
- 
-Server Management -> Tools and Settings -> Server Management -> Services Management -> Reverse Proxy Server (nginx) 
- 
-...and click the stop button {{:​litespeed_wiki:​plesk-stop-button.png}}. 
- 
-Verify that no nginx process is still running with the following command: ​ 
- 
-  ps -ef | grep nginx | grep master 
- 
-If you do not see any output than the process has been stopped.\\ 
- 
-If instead you see the following output: ​ 
- 
-  root    16379    1  0 09:45 ?     ​00:​00:​00 nginx: master process /​usr/​sbin/​nginx -c /​etc/​nginx/​nginx.conf 
-  ​ 
-the Nginx reverse proxy has not yet been stopped and must still be stopped before attempting LiteSpeed installation. 
 ===== Prerequisites ===== ===== Prerequisites =====
  
Line 63: Line 41:
  
 You can now access the LiteSpeed Plesk Extension under Server Management > Extensions > LiteSpeed Extension. You can now access the LiteSpeed Plesk Extension under Server Management > Extensions > LiteSpeed Extension.
 +
 +==== Stop Nginx Reverse Proxy Before LiteSpeed Installation ====
 +
 +The latest version of Plesk may configure Nginx as a reverse proxy server that sits in between the Internet and Apache. Before installing LSWS, you must stop Nginx reverse proxy so that Apache is the only web server handling live traffic or the LiteSpeed process will be blocked from being started.
 +
 +If Nginx reverse proxy is not currently stopped, you will encounter the following message in the LiteSpeed extension:
 +
 +{{:​litespeed_wiki:​plesk-nginx-error.png?​nolink|}}
 +
 +** Stopping Nginx reverse proxy: **
 +
 +From the Plesk Admin Console, navigate to...
 +
 +Server Management -> Tools and Settings -> Server Management -> Services Management -> Reverse Proxy Server (nginx)
 +
 +...and click the stop button {{:​litespeed_wiki:​plesk-stop-button.png}}.
 +
 +Once it has stopped, you should no longer see the message and can move on to installation.
  
 ==== Install LSWS ==== ==== Install LSWS ====
  • Admin
  • Last modified: 2015/09/02 19:13
  • by Michael Alegre