passenger
Sinatra App 404 Error In Production Mode
My productions setup\'s as follows: Ubuntu 10.10 rails 3.1.1 Passenger 3.0.9 Sinatra 1.3.1 Apache 2.2.17 I have tested my app on my development machine without issue but when I deploy to my produc[详细]
2023-04-13 04:36 分类:问答New deployment does not show up with capistrano/passenger command-line
I make a change on the local server (something obvious, removing a <h1/>). I see it on the local machine. I then commit and push the changes and do cap deploy.[详细]
2023-04-13 01:22 分类:问答Rack (Sinatra) App pointing '/' to parent's root when deployed in subfolder
I have a bunch of small sinatra apps, and now I have to publish them under SSL HTTP as well. I have https://secure.mydomain.com/ and I want to publish those apps in subdirectories:[详细]
2023-04-12 17:01 分类:问答Respond with index.html to directory request on nginx serving rails app
How can I make nginx or passenger respond with the index.html contained in the corresponding directory requested? For example I have a folder called media inside my public directory on my rails app, I[详细]
2023-04-11 19:48 分类:问答Delayed Job passenger production undefined method error
I am using delayed job version 2.1.4 with action mailer 3.0.8 to send my emails in background. UserMailer.delay.newsletter(email)[详细]
2023-04-11 12:45 分类:问答Which would work for a multi-user Ruby setup? RVM or RBenv?
At work we have a development machine setup much like a production machine. For each project running we use a different user. Until now we only did Java and PHP projects, but now I want to start doing[详细]
2023-04-11 12:01 分类:问答How to update Ruby version on my Rack based server
I use Rack on my server. I use Passenger on my server. I use Capistrano on my server. I do not yet use RVM on my server.[详细]
2023-04-10 14:28 分类:问答"deadlock detected" errors on Rails 2.3.14 site -- Passenger 3.0.9, Ruby 1.9.2
About every 3rd time my app serves a particular update action (two that I\'ve found so far), it bombs out with a \"deadlock detected\" error.[详细]
2023-04-10 12:53 分类:问答Installed Nginx with passenger-install-nginx-module. How do I uninstall it?
I\'m on Mac OSX. Nginx is install开发者_开发知识库ed in /opt/nginx. How do I uninstall it? Any thoughts? gem uninstall passenger[详细]
2023-04-10 04:49 分类:问答Why is passenger not finding my rails root
I have a rails application that i need to be in a subdirectory of an existing application I am trying to deploy this rails application to a sub directory using the help of this link Here is my applic[详细]
2023-04-09 14:03 分类:问答