If I want to be sure that all python modules are recompiled and reloaded in my Django project under mod_wsgi and Apache, is it enough to restart apache gracefully with:
/etc/init.d/apache graceful
or should I always do the full restart with
/etc/init.d/apache restart
?