Hello, I have a big problem with an application running in production mode : the app crashes but there''s nothing in the logs Setup is Apache + FastCGI - I know there is something wrong with my code somewhere (crash is not related with the setup) How can I do to have further informations about the error while staying in production mode ? Should I run an instance of the application in development mode but with Webrick instead of Apache ? Thanks -- Posted via http://www.ruby-forum.com/.
Seemingly Similar Threads
- Help with Apache config
- XP Apache FastCGI ok if RAILS_ENV="", crash when RAILS_ENV="production"
- RE: ActiveRecord::StatementInvalid error after app has beenrunning for a while
- ROR - Apache - FastCGI / Can''t see stylesheets or javascript
- Building a standalone application with RoR