talesaz Posted May 24 Posted May 24 Hi, Could you please enable WSGI control access forhttps://livre.heliohost.us/livre on the Morty server? The username is azevedotales@outlook.com. Thanks!
Krydos Posted May 24 Posted May 24 Are you aware that WSGI control access will use about 260 GB memory per day which will cause about 3 cents per day overage charges?
talesaz Posted May 28 Author Posted May 28 Hi, I'm aware. Please enable WSGI control access only at arniskali.com and thelema93.com.br thanks!
Krydos Posted May 29 Posted May 29 WSGI control access has been enabled on the domain arniskali.com. To restart your Flask app and load new code changes in simply edit /home/talesaz.heliohost.us/arniskali.com/bma/flask.wsgi. WSGI control access has been enabled on the domain thelema93.com.br. To restart your Flask app and load new code changes in simply edit /home/talesaz.heliohost.us/thelema93.com.br/oeto/flask.wsgi. Adding a blank line, removing a blank line, adding a space, or removing a space are examples of editing the file. As long as the last modified timestamp changes it will clear the server cache. Let us know if you run into any issues.
talesaz Posted May 29 Author Posted May 29 Thanks! By the way, I forgot to document the solution for the thread "Python + Flask - 500 Internal Server Error." The issue was resolved with this SQLAlchemy configuration: SQLALCHEMY_ENGINE_OPTIONS = {'pool_size': 5, 'max_overflow': 5, 'pool_timeout': 30, 'pool_recycle': 280, 'connect_args': {'connect_timeout': 30}}
Krydos Posted May 29 Posted May 29 I added the solution to the locked thread for you. Thanks for sharing. Hopefully someone who has a similar issue can search and find it. 1
Recommended Posts