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/
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