I have mod_perl program called in the usual way (a.k.a) a PerlHandler MyModule statement in httpd.conf... but that works just fine and thus is not my question. I understand that when MyModule loads other modules via
's based on a user's needs those modules get cached. That is all fine and good (very fast too). However, sometimes the modules that MyModule
's change. The people that change the underlying modules do not have access to
So here is my quandary... How can I check to see if the file that implements a .pm I already have cached has changed and tell Apache "Hey! Go to disk and grab this .pm! Don't use your cache."