I'm trying to setup a Flask app via mod_wsgi and am just getting 500 errors. I'd say the issue is in my http.conf because I absolutely don't know what I'm doing with Apache config. How do you get the http.conf to point to the wsgi file? And where are the Apache error logs? Thanks! :) asked 26 Aug '11, 02:21 mwan |
Thanks neeravk, the logs sorted it out. I had a bad import in my wsgi. I've got it loading now. :) answered 26 Aug '11, 02:43 mwan |
The Apache error los are located at:
/home/<your-username>/logs/user/error_<appnname>.log
You can get more detail about it here:
http://docs.webfaction.com/software/general.html?highlight=logs#user-logs