Customer Passenger Error Pages

Posted by Adam on Server Fault See other posts from Server Fault or by Adam
Published on 2009-10-19T07:08:21Z Indexed on 2010/04/22 3:03 UTC
Read the original article Hit count: 400

Filed under:
|
|

How do you replace the Passenger Application failed to load error messages. They are lovely, but I'd rather not display them when we move our application to production. It'd be better to just show them on the dev box and maintenance page on the live site.

For clarification, this is the call stack page passenger displays when your rails app fails to load.

I'd rather not modify the passenger template files directly.

Passenger doesn't seem to be respecting:

ErrorDocument 500 /500.html

© Server Fault or respective owner

Related posts about passenger

Related posts about rails