RE: unicorn as simple cgi without rails

2013-10-10 Thread nomad Bellcam
On 10 Oct 2013 10:48, "nomad Bellcam" wrote: > my question is this: does it make any sense at all to use unicorn as a ruby > cgi handler if i am not also using rails? This is a perfectly sensible thing to consider doing; I do that myself for some sites. However, this may not be the best for

Re: unicorn as simple cgi without rails

2013-10-10 Thread Jonathan Matthews
On 10 Oct 2013 10:48, "nomad Bellcam" wrote: > my question is this: does it make any sense at all to use unicorn as a ruby cgi handler if i am not also using rails? This is a perfectly sensible thing to consider doing; I do that myself for some sites. However, this may not be the best forum on w

unicorn as simple cgi without rails

2013-10-10 Thread nomad Bellcam
hello, i recently set up a new server upon which i installed nginx to try it out (and which i have been quite happy with since). my website is mostly static with some small cgi areas, and i like to use ruby for the cgi. when i did my research for the best ruby cgi handler for nginx, unicorn figu