onurturgay-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2006-Sep-12 13:46 UTC
lighttpd + proxy + page cache
Hi, I am considering using a proxy solution (whether be it lighttpd-mod_proxy_core or Pen or Pound) alongside with Mongrel. But I also like caching pages into static html files and serving them directly with lighttpd (when using fcgi as 404-error-handler). Can I do this 404 method alongside with proxy? If yes how? Thanks in advance, Onur Turgay --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
On Sep 12, 2006, at 6:46 AM, onurturgay-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote:> > Hi, > > I am considering using a proxy solution (whether be it > lighttpd-mod_proxy_core or Pen or Pound) alongside with Mongrel. But I > also like caching pages into static html files and serving them > directly with lighttpd (when using fcgi as 404-error-handler). > > Can I do this 404 method alongside with proxy? If yes how? > > Thanks in advance, > Onur TurgayHey Onur- You may want to look at nginx. Its a fast web server with a good proxy module. It works great as a front for mongrel clusters. And it will do the right thing and serve static and rails page cached files directly. http://brainspl.at/articles/2006/09/12/new-nginx-conf-with-rails-caching -Ezra --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---