Differences

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

Link to this comparison view

Both sides previous revision Previous revision
litespeed_wiki:other-ext-apps:setup [2018/09/18 19:48]
Michael Alegre [Types of External Application]
litespeed_wiki:other-ext-apps:setup [2018/09/18 19:48] (current)
Michael Alegre [Choose an SAPI]
Line 26: Line 26:
  
  
-The first thing you will set is the interface by which the server communicates with the external application. LiteSpeed Web Server works with a number of protocols — FastCGI, Servlet Engine, HTTP, etc. — but it runs fastest when external applications are built for LiteSpeed Server API (LSAPI). LSAPI has currently been developed for PHP, Ruby, and Python. Perl applications can be run with FastCGI. ​(PHP, Ruby, and Python can also be built for fCGI, though they are faster when used with LSAPI.) ​Java is run using AJPv13 (and you will have to install a separate servlet engine, such as Apache Tomcat, to run the application).+The first thing you will set is the interface by which the server communicates with the external application. LiteSpeed Web Server works with a number of protocols — FastCGI, Servlet Engine, HTTP, etc. — but it runs fastest when external applications are built for LiteSpeed Server API (LSAPI). LSAPI has currently been developed for PHP, Ruby, and Python. Perl applications can be run with FastCGI. Java is run using AJPv13 (and you will have to install a separate servlet engine, such as Apache Tomcat, to run the application).
  
 ===== External apps can be started by web server or manually ===== ===== External apps can be started by web server or manually =====
  • Admin
  • Last modified: 2018/09/18 19:48
  • by Michael Alegre