I am running Ubuntu, Flask 0.8, mod_wsgi 3 and apache2. When an error occurs, I am unable to get Flask s custom 500 error page to trigger (and not the debug mode output either). It works fine when I run it without WSGI via app.run(debug=True).
I ve tried setting WSGIErrorOverride to both On and Off in apache settings but same result.
没有人会回避这一问题? 感谢!