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/03/01 14:06]
Lisa Clarke [Shared Hosting Envirnment with Control panel] Typo
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 ===== ===== 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|+
  
-===== LSWS native ​setup for dedicated VPS/Server =====+  * [[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]]
  
-==== Run Perl script with LSWS native configuration ​====+===== Archive =====
  
-|[[litespeed_wiki:​other-ext-apps:​apache-mod-perl-equivalent|Apache mod_Perl equivalent]]|How to run perl script on LSWS native?|+  * [[litespeed_wiki:​other-ext-apps:​setup|How Do I Set Up an External Application?:​ Setting up LSWS to run with dynamic content]]
  
-====Archive ​=====+==== Ruby (Rails/​Rack) ​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:​ruby-on-rails-easy-config|Ruby on Rails Easy Configuration:​ The easiest way to configure Rails application on LSWS native]] 
-==== Ruby (Rails/Rack) Archive ====+  * [[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 ]]
  
-|[[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:​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 | 
-|[[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)==== ==== Python (Archive)====
  
-|[[litespeed_wiki:​other-ext-apps:​python-lsapi|Python LSAPI]]|How to set up Python LSAPI| +  * [[litespeed_wiki:​other-ext-apps:​python-lsapi|Python LSAPIHow to set up Python LSAPI]] 
-|[[litespeed_wiki:​other-ext-apps:​python-fcgi|Python With FastCGI]]|How to install a FastCGI based Python application| +  * [[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-trac-scm-project-setup|Trac SCM With FastCGI]]|How to install a Trac SCM project with FastCGI ​| +  * [[litespeed_wiki:​other-ext-apps:​python-fcgi|Python With FastCGIHow to install a FastCGI based Python application]] 
-|[[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:​python-fcgi-trac-scm-project-setup|Trac SCM With FastCGIHow to install a Trac SCM 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:​python-fcgi-django|Django Web Framework With FastCGIHow 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:​django-web-framework-with-gunicornn|Djano Web framework with GunicornHow to deploy Django project with Gunicorn]] 
-|[[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:​django-ajp-wsgi-installation|Django Web Framework With ajp-wsgiHow to deploy Django project with ajp ]] 
 +  ​* ​[[litespeed_wiki:​other-ext-apps:​python-apache-mod_wsgi|Apache mod_wsgi App In LiteSpeedHow 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/03/01 14:06
  • by Lisa Clarke