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 [2015/08/11 18:36]
Michael Alegre [Perl]
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.
  
-|[[litespeed_wiki:other-ext-apps:​setup|How Do I Set Up an External Application?​]]|Setting up LSWS to run with dynamic content|+===== 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]]
  
-====== Ruby (Rails/​Rack) ======+===== LSWS on a Control Panel or Native Environment ​====
  
-|[[litespeed_wiki:other-ext-apps:​ruby-on-rails-easy-config|Ruby on Rails Easy Configuration]]|The easiest way to configure Rails application| +  * [[https://​docs.litespeedtech.com/​lsws/​extapp/​php/​configuration/control/|Apache mod_Perl equivalentHow to run perl script ​on LSWS on a cPanel server or LSWS native environment]]
-|[[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:​ruby-on-rails-with-mongrel|Ruby ​on Rails with Mongrel]]|Install How-To| +
-|[[litespeed_wiki:​other-ext-apps:​capistrano|Capistrano]]|LiteSpeed,​ LSAPI, and Capistrano How-To| +
-|[[litespeed_wiki:​other-ext-apps:​rails-troubleshooting|Rails Troubleshooting]]|Steps to troubleshoot problems with Rails application| +
-|[[litespeed_wiki:​other-ext-apps:​rails-and-memcache-connections|Memcache]]|Tip 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:​erubis-setup|Erubis Setup]]|How 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| +  * [[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:​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-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 ======+==== Ruby (Rails/​Rack) 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:​ruby-on-rails-easy-config|Ruby on Rails Easy Configuration:​ The 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:​ruby-on-rails-with-mongrel|Ruby on Rails with Mongrel: Install How-To]] 
 +  * [[litespeed_wiki:​other-ext-apps:​capistrano|Capistrano: LiteSpeed, 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-and-memcache-connections|Memcache: Tip 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:​erubis-setup|Erubis Setup: How to setup Erubis under LSWS ]]
  
-====== Node.js ====== 
  
-|[[litespeed_wiki:​other-ext-apps:​nodejs-setup|Node.js setup]]|Simple guide to setting up LSWS with a Node.js application|+==== Python (Archive)====
  
-====== Java ======+  * [[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 ]]
  
-|[[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| +==== Node.js (Archive)==== 
-|[[litespeed_wiki:​php:​increase-memory|Increase PHP Memory Limit for Java OutOfMemoryError]]|How to increase PHP memory limit for Java memory issue|+ 
 +  * [[litespeed_wiki:​other-ext-apps:​nodejs-setup|Node.js setup: Simple guide to setting up LSWS with a Node.js application]] 
 + 
 +==== Java (Archive)==== 
 + 
 +  * [[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 OutOfMemoryErrorHow to increase PHP memory limit for Java memory issue]]
  • Admin
  • Last modified: 2015/08/11 18:36
  • by Michael Alegre