25 Apr
2013
25 Apr
'13
9:15 a.m.
On 24/04/2013 8:05 PM, Mark Wood-Patrick wrote:
I'm running with Dancer-1.3112 on CentOS release 5.7 (Final) On starting dancer and running wget _http://0.0.0.0:3000_ I get: --2013-04-24 03:56:34-- http://0.0.0.0:3000/ <http://0.0.0.0:3000/> Connecting to 0.0.0.0:3000... connected. HTTP request sent, awaiting response... 500 Internal Server Error 2013-04-24 03:56:34 ERROR 500: Internal Server Error. But no other info on what the problem is. I'm probably doing something wrong but how can I get more diagnostics on what the problem is
setting: show_errors: 1 in your config.yml might help (if it's not already set). regards, - Brendon