Differences

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

Link to this comparison view

Next revision
Previous revision
litespeed_wiki:ruby_rails_mongrel [2006/07/13 09:20]
127.0.0.1 external edit
litespeed_wiki:ruby_rails_mongrel [2015/07/29 13:42]
Michael Alegre removed
Line 1: Line 1:
 ====== Ruby Rails with Mongrel ​ ====== ====== Ruby Rails with Mongrel ​ ======
-  
  
-===== Intro ===== 
-  
 What is [[http://​mongrel.rubyforge.org/​|Mongrel]]?​ What is [[http://​mongrel.rubyforge.org/​|Mongrel]]?​
  
Line 56: Line 53:
 As Mongrel is another abstraction layer, it is slower than using Ruby LSAPI with LiteSpeed and much slower when Mongrel is used to serve static content as compared to LiteSpeed. ​ As Mongrel is another abstraction layer, it is slower than using Ruby LSAPI with LiteSpeed and much slower when Mongrel is used to serve static content as compared to LiteSpeed. ​
  
-To mitigate the fact that Mongrel is not designed to efficiently serve static content, we highly recommend all Mongrel users to setup a "​Static"​ "​Context"​ with higher priority (lower number) with the LiteSpeed Vhost configuration pointing to the static image/​css/​etc files. This method allows LiteSpeed to offload all static delivery from Mongrel.+To mitigate the fact that Mongrel is not designed to efficiently serve static content, we highly recommend all Mongrel users setup a "​Static"​ "​Context"​ with higher priority (lower number) with the LiteSpeed Vhost configuration pointing to the static image/​css/​etc files. This method allows LiteSpeed to offload all static delivery from Mongrel.