Right now the easiest way to run Rails is in combination with Mongrel.
However, it may not be a good idea to expose Mongrel directly to the
outside world in a high-load production environment. In-addition,
Mongrel_cluster + proxy + load balancer have to be used even for a
single server deployment making the unified setup more complicated than
needs be.
Yesterday, we released LiteSpeed Web Server 2.2 with major enhancement
on Rails configuration. With 2.2 release, you only need to tell LSWS the
Rail application’s root directory and URL bind paths. LSWS will take
care of everything else. No more manual configuring of FCGI, 404
handler/rewrite rules, proxy, load balancing, and etc.
Hi,Xing
Does LiteSpeed support such function as mod_deflate in apache2.2 that
can compress javascripts/stylesheets which have a large size in ajax
based web application?
LiteSpeed has builtin gzip compression, like mod_deflate, for your
dynamic ruby output or static text/css/javascript files. Check the doc:
Gzip compression is configurable at server or vhost level and you also
set which mime-types to compress.
Xing
Frank wrote:
Hi,Xing
Does LiteSpeed support such function as mod_deflate in apache2.2 that
can compress javascripts/stylesheets which have a large size in ajax
based web application?
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.