unicorn
Unicorn, RVM and Mac OS X Leopard
I am trying to set up a small web server on my old mac mini G4 at home using the technologies mentioned in the title. I have learned that to serve anything on port 80, the server has to be started wit[详细]
2023-03-11 18:27 分类:问答RVM & Unicorn deploy
My RVM is installed as root. When I\'m trying to start unicorn socket, it prints user@9001-3:~$ /etc/init.d/unicorn start[详细]
2023-03-11 14:47 分类:问答Uploading lots of files in my webapp leads to deadlock in Rack + Unicorn
I\'ve got a Rails 3.1rc1 app that allows uploading of multiple files at once via a jQuery plugin called File Upload: http://aquantum-demo.appspot.com/file-upload This allows the user to upload a bunch[详细]
2023-03-09 15:55 分类:问答Nginx + unicorn (rails) often gives "Connection refused" in nginx error log
At work we\'re running some high traffic sites in rails. We often get a problem with the following being spammed in the nginx error log:[详细]
2023-03-08 10:12 分类:问答Does HTTP streaming in Rails 3.1 work with Thin?
Rails 3.1 supports HTTP streaming, but only with compatible web servers. The blog post announcing the 3.1 release candidate mentions Unicorn:[详细]
2023-03-08 09:22 分类:问答unicorn, capistrano install
I have the following deploy.rb # RVM bootstrap # $:.unshift(File.expand_path(\"/home/tim/.rvm/lib\")) $:.unshift(File.expand_path(\'./lib\', ENV[\'rvm_path\']))[详细]
2023-03-08 05:51 分类:问答Kill hung unicorn worker processes?
I am currently running a large rails application on a virtual server.My setup uses Unicorn to serve the Rails App with nginx as the proxy server in front.[详细]
2023-03-07 19:44 分类:问答Restart Unicorn with a USR2 - quitting old master
So sending USR2 to Unicorn is awesome -- it starts up a new master with a new copy of your code and automatically picks up any changes. Sweet. My question is: how do I stop the old master? The apparen[详细]
2023-03-01 01:06 分类:问答Proxy Apache Load Balancers to a Unix Socket instead of a port
How can we do the below Nginx configuration in Apache? Basically proxying to a Unix socket instead of a load balanced port.[详细]
2023-02-28 09:02 分类:问答unicorn nginx upstream server not starting
My unicorn server was running fine, but has stopped working and I can\'t figure out how to get it restarted.[详细]
2023-02-27 09:37 分类:问答