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
litespeed_wiki:plesk:installation [2015/09/01 18:33]
Michael Alegre [Download the extension]
litespeed_wiki:plesk:installation [2015/11/06 22:17]
Michael Alegre Removed: Split into installation guides for Plesk 11.5 and 12
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 =====
  
   - OS: Linux, Solaris, FreeBSD, or MacOSX   - OS: Linux, Solaris, FreeBSD, or MacOSX
   - A working Apache setup   - A working Apache setup
-  - Plesk 11 or higher+  - Plesk 11.5 or higher
  
 ===== Install the Plesk Extension ===== ===== Install the Plesk Extension =====
Line 48: Line 26:
 {{ :​litespeed_wiki:​plesk-extension-success.png?​direct 800px |}} {{ :​litespeed_wiki:​plesk-extension-success.png?​direct 800px |}}
  
-=== Plesk 11: Run the commands requested === +=== Plesk 11.5: Run the commands requested === 
-Plesk 11 requires root level commands be run from the command line. To finish ​the installation, run the commands requested as root:+Plesk 11.5 requires root level commands be run from the command line to finish ​LSWS installation
 + 
 +{{ :​litespeed_wiki:​plesk-11.5-install.png?​direct 800px |}} 
 + 
 +Run the commands requested as root to complete the installation: 
   sh /​usr/​local/​psa/​admin/​plib/​modules/​litespeed/​scripts/​install_scripts   sh /​usr/​local/​psa/​admin/​plib/​modules/​litespeed/​scripts/​install_scripts
   rm /​usr/​local/​psa/​admin/​plib/​modules/​litespeed/​scripts/​install_scripts   rm /​usr/​local/​psa/​admin/​plib/​modules/​litespeed/​scripts/​install_scripts
  
-{{litespeed_wiki:​plesk:​plesk_install_commands2.png?​700}} +**Note:** Plesk 11.5 users will also see a warning that ''/​sbin/''​ is not used when installing. This is normal and appears because the extension is compatible with both Plesk 11.5 and 12.
- +
-**Note:** Plesk 11 users will also see a warning that ''/​sbin/''​ is not used when installing. This is normal and appears because the extension is compatible with both Plesk 11 and 12.+
  
 ===== Install LSWS from the Plesk Extension ===== ===== Install LSWS from the Plesk Extension =====
  
 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/04 21:26
  • by Michael Alegre