I''m planning on deploying a Rails app using Apache 2, mod_proxy, and Mongrel, which seems to be the recommended scheme. I need authentication, but I''m OK with Apache handling that, as long as Apache passes REMOTE_USER to my app (which it looks like it does). I can find plenty of documentation for setting up Apache to proxy to Mongrel, and about setting up realms, but nothing that combines the two. How do I configure httpd.conf so that Apaches handles the credentials, and then proxies authenticated users? I''m guessing I''ll need to use a <Location> container of some kind. -- 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?hl=en -~----------~----~----~----~------~----~------~--~---