Skip to content Skip to sidebar Skip to footer

Flask Application With Mod_wsgi Not Reloading When I Touch Wsgi Script

I am running a flask application with apache using mod_wsgi. I was having trouble reloading the application after making a change to the python code so I read through the mod_wsgi

Solution 1:

We have resolved this question in the comments above, but for the benefit of others, here is the solution to this problem:

My guess is that the Python files that Apache is running are not the Python files that you are editing, you probably have two sets of files installed. But this is only a guess, one that explains the behavior you are seeing,


Post a Comment for "Flask Application With Mod_wsgi Not Reloading When I Touch Wsgi Script"