Re: [Rails] How to make Apache start Puma automaticaly on a Rails app

2013-07-29 Thread Hassan Schroeder
On Sun, Jul 28, 2013 at 11:44 PM, Exel Dev wrote: > Thanks for your responses, can you point me to any article or instructions > on how to get it setup with Nginx and Puma with a way for Puma to auto start > when Nginx starts. As far as the first part - have you been using the actual documentati

Re: [Rails] How to make Apache start Puma automaticaly on a Rails app

2013-07-28 Thread Exel Dev
Well my ideal situation would be Nginx with puma on the vps. However I couldn't get nginx to recognize the vhosts based on the blog articles I followed as examples, so I went to Apache/Passenger, but too slow. Then Apache/Puma, much faster. Thanks for your responses, can you point me to any art

Re: [Rails] How to make Apache start Puma automaticaly on a Rails app

2013-07-28 Thread Tamara Temple
On Jul 28, 2013, at 8:08 AM, Hassan Schroeder wrote: > On Sun, Jul 28, 2013 at 12:40 AM, Exel Dev wrote: >> Is there a way to get an Apache vhost to start Puma automatically on a Rails >> app? > > What is an "Apache vhost" ?? I hope this was just a joke. nginx is quite adept at dealing with

Re: [Rails] How to make Apache start Puma automaticaly on a Rails app

2013-07-28 Thread Hassan Schroeder
On Sun, Jul 28, 2013 at 12:40 AM, Exel Dev 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 t

[Rails] How to make Apache start Puma automaticaly on a Rails app

2013-07-28 Thread Exel Dev
Is there a way to get an Apache vhost to start Puma automatically on a Rails app? 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? Thanks, The Dude Ab