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_app [2013/12/02 22:02]
Michael [Ruby (Rails/Rack)]
litespeed_wiki:other_ext_app [2015/07/28 20:22]
Michael Alegre removed
Line 1: Line 1:
-====== Other External Applications (Ruby, Python, etc.) ======+====== Other External Applications (Ruby, Python, ​Perl, Node.js, Java etc.) ======
  
 |[[litespeed_wiki:​how_do_i_set_up_an_external_application|How Do I Set Up an External Application?​]]|Setting up LSWS to run with dynamic content| |[[litespeed_wiki:​how_do_i_set_up_an_external_application|How Do I Set Up an External Application?​]]|Setting up LSWS to run with dynamic content|
  
-===== Ruby (Rails/​Rack) =====+====== Ruby (Rails/​Rack) ​======
  
 |[[litespeed_wiki:​Ruby_Rails_Easy|Ruby on Rails Easy Configuration]]|The easiest way to configure Rails application (LSWS v2.2 and above)| |[[litespeed_wiki:​Ruby_Rails_Easy|Ruby on Rails Easy Configuration]]|The easiest way to configure Rails application (LSWS v2.2 and above)|
Line 14: Line 14:
 |[[litespeed_wiki:​Rails:​qucik_init|Speed Up Initialization]]|Tip about speeding up Rails initialization even more| |[[litespeed_wiki:​Rails:​qucik_init|Speed Up Initialization]]|Tip about speeding up Rails initialization even more|
 |[[litespeed_wiki:​Ruby:​eruby|eRuby setup]]|How to setup eRuby under LSWS | |[[litespeed_wiki:​Ruby:​eruby|eRuby setup]]|How to setup eRuby under LSWS |
-|[[litespeed:wiki:feature:​internal_redirect|Internal Redirect]]|For those seeking x-sendfile or x-accel-redirect feature. We show you how with LiteSpeed.|+|[[litespeed_wiki:config:internal-redirect|Internal Redirect]]|For those seeking x-sendfile or x-accel-redirect feature. We show you how with LiteSpeed.|
  
-===== Python =====+====== Python ​======
  
-^Article^Description^ 
 |[[litespeed_wiki:​python:​lswsgi|Python LSAPI]]|How to set up Python LSAPI| |[[litespeed_wiki:​python:​lswsgi|Python LSAPI]]|How to set up Python LSAPI|
 |[[litespeed_wiki:​python_fcgi|Python with FastCGI]]|How to install a FastCGI based Python application| |[[litespeed_wiki:​python_fcgi|Python with FastCGI]]|How to install a FastCGI based Python application|
Line 26: Line 25:
 |[[litespeed_wiki:​python_ajp_wsgi|Apache mod_wsgi app in litespeed]]|How to run Apache mod_wsgi python app in litespeed | |[[litespeed_wiki:​python_ajp_wsgi|Apache mod_wsgi app in litespeed]]|How to run Apache mod_wsgi python app in litespeed |
  
-===== Perl =====+====== Perl ======
  
-^Article^Description^ 
 |[[http://​www.dev411.com/​wiki/​Installing_LiteSpeed_and_FastCGI_for_Catalyst|Catalyst MVC with FastCGI]]|How to install a the Catalyst Framework using FastCGI| |[[http://​www.dev411.com/​wiki/​Installing_LiteSpeed_and_FastCGI_for_Catalyst|Catalyst MVC with FastCGI]]|How to install a the Catalyst Framework using FastCGI|
 |[[apache_mod_perl_equivalent|Apache mod_Perl equivalent]]|How to use the persistent Perl CGI daemon?| |[[apache_mod_perl_equivalent|Apache mod_Perl equivalent]]|How to use the persistent Perl CGI daemon?|
  
-===== Java =====+====== Node.js ====== 
 + 
 +|[[litespeed_wiki:​nodejs_setup|Node.js setup]]|Simple guide to setting up LSWS with a Node.js application| 
 + 
 +====== Java ======
  
-^Article^Description^ 
 |[[litespeed_wiki:​how_do_i_set_up_a_servlet_engine_to_run_jsp|How Do I Set Up a Servlet Engine to Run JSP?]]|How to set up LSWS to work with JavaServer Pages| |[[litespeed_wiki:​how_do_i_set_up_a_servlet_engine_to_run_jsp|How Do I Set Up a Servlet Engine to Run JSP?]]|How to set up LSWS to work with JavaServer Pages|
 +|[[litespeed_wiki:​php:​increase-memory|Increase PHP Memory Limit for Java OutOfMemoryError]]|How to increase PHP memory limit for Java memory issue|