JT Smith wrote: > I just upgraded my dev box to Apache 2.0.55 and mod_perl 2.0.2 from > Apache 2.0.54 and mod_perl 2.0.1 (not a big upgrade). > > Anyway, since the upgrade when I have Apache2::Reload enabled I get an > internal server error and in the logs it reports that it can't find > mod_perl.pm (which is there). Here's the really weird part. If I reload > the page 5 or 6 times after the restart, then the error goes away and > everything is dandy until I restart the server again.
this feels like it's related to this change http://svn.apache.org/viewcvs.cgi/perl/modperl/trunk/lib/mod_perl2.pm?rev=280262&r1=191197&r2=280262 so see if backing that out helps. if that doesn't help try removing Apache2::Status stuff from your config just for kicks... --Geoff