On Tue, Apr 21, 2009 at 12:22 PM, Roberto C. Sánchez <robe...@connexer.com> wrote: > So, on a lark I tried moving the "PerlModule Example::Image" from the > .htacess file to the virtual host configuration. I then restarted > apache. So far, it seems to have been working for several days. In the > past, the problem would usually manifest itself within 8 hours or so of > an apache restart.
Why were you putting it in a .htaccess file? Were you trying to avoid loading it until people access a certain directory? > Could this have something to do with threading? Are you using a threaded MPM? That's not recommended unless you're on Windows because of memory consumption. I haven't heard any bug reports about this kind of behavior on threads though. - Perrin