I have a django site running in apache/mod_wsgi. Every time after updating the code I need restart apache manually.
mod_wsgi provide a method to do it: http://code.google.com/p/modwsgi/wiki/ReloadingSourceCode which I think is, kind of, not so decent.
So my question is: is there a simpler and more decent way to do it? Such as an apache mod which monitor the files' status or something else. If there's not, is it possible to write an apache mod to do it?