Fellow Rail users and developers, 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. Our new wiki for Rails Easy configuration: http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:ruby_rails_easy We believe we have created the easiest way to deploy Rails in a production level environment with a track-record for scalability and reliability. Best Regards, Xing Li http://www.litespeedtech.com/ -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
Marston
2006-Aug-26 16:19 UTC
Re: LiteSpeed Web Server 2.2 with Ruby Rails integration....
Sorry Xing, I think your buddy George already beat you to the post. http://groups.google.com/group/rubyonrails-talk/browse_thread/thread/198f8c9c91ad2e93/3939a37a33c0c3bb?lnk=raot#3939a37a33c0c3bb Good news none-the-less. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
Xing Li
2006-Aug-26 16:54 UTC
Re: LiteSpeed Web Server 2.2 with Ruby Rails integration....
My sincere apologies. I didn''t know the forum post is automatically posted to the mailinglist as well. Sorry for the duplicate everyone. Marston wrote:> Sorry Xing, I think your buddy George already beat you to the post. > > http://groups.google.com/group/rubyonrails-talk/browse_thread/thread/198f8c9c91ad2e93/3939a37a33c0c3bb?lnk=raot#3939a37a33c0c3bb > > Good news none-the-less.-- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
Justin Forder
2006-Aug-27 00:39 UTC
Re: LiteSpeed Web Server 2.2 with Ruby Rails integration....
Xing Li wrote:> My sincere apologies. I didn''t know the forum post is automatically > posted to the mailinglist as well. Sorry for the duplicate everyone. > > Marston wrote: >> Sorry Xing, I think your buddy George already beat you to the post. >> >> http://groups.google.com/group/rubyonrails-talk/browse_thread/thread/198f8c9c91ad2e93/3939a37a33c0c3bb?lnk=raot#3939a37a33c0c3bb >> >> Good news none-the-less. > >No need to apologise - ways to deploy Rails applications seem to be evolving as fast as Rails itself, and everyone needs to know! regards Justin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
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? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
Xing Li
2006-Sep-05 15:55 UTC
Re: LiteSpeed Web Server 2.2 with Ruby Rails integration....
Frank, LiteSpeed has builtin gzip compression, like mod_deflate, for your dynamic ruby output or static text/css/javascript files. Check the doc: http://www.litespeedtech.com/docs/webserver/config/tuning/ 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?-- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---