Ruby on Rails Sunday, July 28, 2013

On Sun, Jul 28, 2013 at 12:40 AM, Exel Dev <exeldev@gmail.com> wrote:
> Is there a way to get an Apache vhost to start Puma automatically on a Rails
> app?

What is an "Apache vhost" ??

> I'm installing Apache and Puma on a linux ubuntu 12.04 box, first I tried it
> with Passenger but it seemed quite slow compared to Puma.
>
> Is there a preferred recommended setup that's more ideal?

I use nginx to proxy to Puma, but as far as "starting automatically"
the Linux-standard approach would be to write a start/stop script for
/etc/init.d/. Alternatively, use something like monit to manage any
necessary processes (Puma, memcached, etc.)

HTH,
--
Hassan Schroeder ------------------------ hassan.schroeder@gmail.com
http://about.me/hassanschroeder
twitter: @hassan

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CACmC4yBp%2BL%3DHa%3DSwn8VJLWof5_nEWL9RBntJ_WRfK9JF%3D9hbJw%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment