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:other-ext-apps [2018/02/27 14:31]
Lisa Clarke [Use CloudLinux Ruby and Python Selector with LSWS] Proofreading
litespeed_wiki:other-ext-apps [2023/03/25 14:08] (current)
Lisa Clarke
Line 1: Line 1:
-====== ​Other External Applications ​(Ruby, Python, Perl, Node.js, Java, etc.) ======+====== External Applications ​with LiteSpeed Web Server ====== 
 +For PHP please see [[litespeed_wiki:​php|PHP with LiteSpeed Web Server]]. This document covers ​Ruby, Python, Perl, Node.js, Java, etc.
  
 +===== Shared Hosting Environment with Control Panel =====
 +  * [[https://​docs.litespeedtech.com/​lsws/​cp/​cpanel/​cloudlinux/#​rubypythonnodejs-selector|How to Enable CloudLinux Python and Ruby Selector with LSWS]]
 +  * [[https://​docs.litespeedtech.com/​lsws/​cp/​cpanel/​cloudlinux/#​rubypythonnodejs-selector|How to Enable CloudLinux node.js selector with LSWS]]
  
-===== Use CloudLinux Python and Ruby Selector with LSWS ===== +===== LSWS on a Control Panel or Native Environment ​==== 
-|[[litespeed_wiki:cloudlinux:Enable Passenger]]|How to Enable Python and Ruby Selector with LSWS|+ 
 +  * [[https://​docs.litespeedtech.com/​lsws/​extapp/​php/​configuration/​control/​|Apache mod_Perl equivalent: How to run perl script on LSWS on a cPanel server or LSWS native environment]]
  
 ===== Archive ===== ===== Archive =====
  
-|[[litespeed_wiki:​other-ext-apps:​setup|How Do I Set Up an External Application?​]]|Setting up LSWS to run with dynamic content|+  * [[litespeed_wiki:​other-ext-apps:​setup|How Do I Set Up an External Application?​Setting up LSWS to run with dynamic content]] 
 ==== Ruby (Rails/​Rack) Archive ==== ==== Ruby (Rails/​Rack) Archive ====
  
-|[[litespeed_wiki:​other-ext-apps:​ruby-on-rails-easy-config|Ruby on Rails Easy Configuration]]|The easiest way to configure Rails application| +  * [[litespeed_wiki:​other-ext-apps:​ruby-on-rails-easy-config|Ruby on Rails Easy ConfigurationThe easiest way to configure Rails application ​on LSWS native]] 
-|[[litespeed_wiki:​other-ext-apps:​rails-shared-hosting|Rails Shared Hosting Configuration]]|Setup Rails application through user manageable configuration file in shared hosting environment ​| +  ​* ​[[litespeed_wiki:​other-ext-apps:​rails-shared-hosting|Rails Shared Hosting ConfigurationSetup Rails application through user manageable configuration file in shared hosting environment ​]] 
-|[[litespeed_wiki:​other-ext-apps:​ruby-on-rails-with-mongrel|Ruby on Rails with Mongrel]]|Install How-To| +  ​* ​[[litespeed_wiki:​other-ext-apps:​ruby-on-rails-with-mongrel|Ruby on Rails with MongrelInstall How-To]] 
-|[[litespeed_wiki:​other-ext-apps:​capistrano|Capistrano]]|LiteSpeed, LSAPI, and Capistrano How-To| +  ​* ​[[litespeed_wiki:​other-ext-apps:​capistrano|CapistranoLiteSpeed, LSAPI, and Capistrano How-To]] 
-|[[litespeed_wiki:​other-ext-apps:​rails-troubleshooting|Rails Troubleshooting]]|Steps to troubleshoot problems with a Rails application| +  ​* ​[[litespeed_wiki:​other-ext-apps:​rails-troubleshooting|Rails TroubleshootingSteps to troubleshoot problems with a Rails application]] 
-|[[litespeed_wiki:​other-ext-apps:​rails-and-memcache-connections|Memcache]]|Tip about using Memcache with LSAPI| +  ​* ​[[litespeed_wiki:​other-ext-apps:​rails-and-memcache-connections|MemcacheTip about using Memcache with LSAPI]] 
-|[[litespeed_wiki:​other-ext-apps:​rails-qucik-init|Speed Up Rails Initialization]]|Tip about speeding up Rails initialization even more| +  ​* ​[[litespeed_wiki:​other-ext-apps:​rails-qucik-init|Speed Up Rails InitializationTip about speeding up Rails initialization even more]] 
-|[[litespeed_wiki:​other-ext-apps:​erubis-setup|Erubis Setup]]|How to setup Erubis under LSWS +  ​* ​[[litespeed_wiki:​other-ext-apps:​erubis-setup|Erubis SetupHow to setup Erubis under LSWS ]]
-|[[litespeed_wiki:​config:​internal-redirect|Internal Redirect]]|For those seeking x-sendfile or x-accel-redirect feature. We show you how with LiteSpeed.|+
  
-==== Python (Archive)==== 
  
-|[[litespeed_wiki:​other-ext-apps:​python-lsapi|Python LSAPI]]|How to set up Python LSAPI| +==== Python ​(Archive)====
-|[[litespeed_wiki:​other-ext-apps:​python-fcgi|Python With FastCGI]]|How to install a FastCGI based Python application| +
-|[[litespeed_wiki:​other-ext-apps:​python-fcgi-trac-scm-project-setup|Trac SCM With FastCGI]]|How to install a Trac SCM project with FastCGI | +
-|[[litespeed_wiki:​other-ext-apps:​python-fcgi-django|Django Web Framework With FastCGI]]|How to deploy Django project with FastCGI | +
-|[[litespeed_wiki:​other-ext-apps:​django-web-framework-with-gunicornn|Djano Web framework with Gunicorn]]|How to deploy Django project with Gunicorn| +
-|[[litespeed_wiki:​other-ext-apps:​django-ajp-wsgi-installation|Django Web Framework With ajp-wsgi]]|How to deploy Django project with ajp | +
-|[[litespeed_wiki:​other-ext-apps:​python-apache-mod_wsgi|Apache mod_wsgi App In LiteSpeed]]|How to run Apache mod_wsgi python app in litespeed | +
- +
-==== Perl (Archive)====+
  
-|[[litespeed_wiki:​other-ext-apps:​apache-mod-perl-equivalent|Apache mod_Perl equivalent]]|How to use the persistent Perl CGI daemon?|+  * [[litespeed_wiki:​other-ext-apps:​python-lsapi|Python LSAPI: How to set up Python LSAPI]] 
 +  * [[litespeed_wiki:​other-ext-apps:​python-django|Python Django: How to set up Django when LSWS reads apache ​conf]] 
 +  * [[litespeed_wiki:​other-ext-apps:python-fcgi|Python With FastCGI: How to install a FastCGI based Python application]] 
 +  * [[litespeed_wiki:​other-ext-apps:​python-fcgi-trac-scm-project-setup|Trac SCM With FastCGI: ​How to install a Trac SCM project with FastCGI ]] 
 +  * [[litespeed_wiki:​other-ext-apps:​python-fcgi-django|Django Web Framework With FastCGI: How to deploy Django project with FastCGI ]] 
 +  * [[litespeed_wiki:​other-ext-apps:​django-web-framework-with-gunicornn|Djano Web framework with Gunicorn: How to deploy Django project with Gunicorn]] 
 +  * [[litespeed_wiki:​other-ext-apps:​django-ajp-wsgi-installation|Django Web Framework With ajp-wsgi: How to deploy Django project with ajp ]] 
 +  * [[litespeed_wiki:​other-ext-apps:​python-apache-mod_wsgi|Apache mod_wsgi App In LiteSpeed: How to run Apache mod_wsgi python app in LiteSpeed ]]
  
 ==== Node.js (Archive)==== ==== Node.js (Archive)====
  
-|[[litespeed_wiki:​other-ext-apps:​nodejs-setup|Node.js setup]]|Simple guide to setting up LSWS with a Node.js application|+  * [[litespeed_wiki:​other-ext-apps:​nodejs-setup|Node.js setupSimple guide to setting up LSWS with a Node.js application]]
  
 ==== Java (Archive)==== ==== Java (Archive)====
  
-|[[litespeed_wiki:​other-ext-apps:​servlet-engine-setup|How Do I Set Up a Servlet Engine to Run JSP?]]|How to set up LSWS to work with JavaServer Pages| +  * [[litespeed_wiki:​other-ext-apps:​servlet-engine-setup|How to set up LSWS to work with Servlet Engine?]] 
-|[[litespeed_wiki:​php:​increase-memory|Increase PHP Memory Limit for Java OutOfMemoryError]]|How to increase PHP memory limit for Java memory issue|+  ​* ​[[litespeed_wiki:​php:​increase-memory|Increase PHP Memory Limit for Java OutOfMemoryErrorHow to increase PHP memory limit for Java memory issue]]
  • Admin
  • Last modified: 2018/02/27 14:31
  • by Lisa Clarke