How to Reload Source Code Changes for your Flask Project Running on a Production Apache Web Server the Easy Way

Want to reload your source code changes on your Flask project running on a production Apache web server the easy way? Simply log in to your virtual server via ssh and “gracefully” restart your Apache2 web server:

$ apachectl -k graceful

 

topherPedersen