On Fri, 2005-08-19 at 18:40 -0500, Boysenberry Payne wrote: > I turned off both: > > PerlFreshRestart On
Don't ever use that. > PerlModule Apache::StatINC > PerlInitHandler Apache::StatINC Only use that in development, not on a production server. Apache::Reload is the newer and better version. - Perrin