Can't deploy a simple Flask application on Webfaction

前端 未结 1 1041
天涯浪人
天涯浪人 2021-01-24 13:23

I have been trying to get Flask to work on my webfaction server for hours with no results.

I followed the instructions at http://flask.pocoo.org/snippets/65/

I

相关标签:
1条回答
  • 2021-01-24 13:44

    A couple of suggestions:

    1. Shouldn't you have myapp everywhere you have yourappname in your index.py?
    2. Also, I am assuming that you have made the appropriate substitutions in `WSGIPythonPath /home/yourusername/webapps/yourapp/htdocs
    3. Have you tried restarting the apache server by issuing a ~/webapps/<app_name>/apache2/bin/restart
    0 讨论(0)
提交回复
热议问题