Developing in Python using mod-python mod-wsgi on Apache 2.
All running fine, but if I do any change on my PY file, the changes are not propagated until I restart Apache /etc/init.d/apache2 restart
.
This is annoying since I can't SSH and restart Apache service everytime in development.
Is there any way to disable Apache caching?
Thank you.