Is it p开发者_如何学编程ossible to change the Passenger application pool size at runtime? Ie, without restarting apache, and without disrupting active visitors?
How can I disable caching for my rails site? I\'m running Passenger 开发者_如何学Python(mod_rails) and my site is running in \'development\' mode:
Even a request from the server itself takes about 7 seconds ( startpage of a \"redmine\" installa开发者_Python百科tion )..
I am using Passenger and Rails\' :cache => true to cache all my css into one big file. Deploys are done via Capistrano.
I am havingn troble deploying my app to a server runing ubuntu with mod_rails. Runing webrick on the server seems fine and I can save files, no problem. But runing the app thru nginx, I get this error