Hi all,

In the past I've used nginx+passenger (compiled from source) for deploying
rails apps on my own servers. That was okay, but I suspect that new options
have appeared in the last few years.

At the moment I've got a server running Apache in front handling some
static pages and proxying requests through to some Java apps running in
Tomcat. Also, I've got a hook script for receiving POSTs from GitHub,
served by Sinatra's default built-in server which gets run (and respawned
if it dies) as an Upstart service (I'm on Ubuntu).

Now I'm building an API app with Sinatra that will get traffic from the
public, so I'm looking for a better way of running rack apps on this server
(and in general).

Simplicity and ease of automation are important factors.

What would you recommend?

Cheers,
Chris

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
or Rails Oceania" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/rails-oceania?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to