> What fixed it, however, was a full restart of apache2 on the server, though > the necessity for this escapes me (no pun intended). I may be missing > something obvious here but is there any reason why a new set of trac files > would require a restart? I've only recently switched to mod_python; is there > some kind of caching involved, there?
Yes; one of the more annoying parts of mod_python use is that it caches pretty much all of the code and that there isn't really a way to empty the cache. Having to restart the httpd is therefore often a requirement to change the actual behavior of the application after you've changed the code. Regards, Manuzhai _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
