Apache::StatINC has been replaced by Apache::Reload, which works for both mod_perl generations. To migrate to Apache::Reload, simply replace:
PerlInitHandler Apache::StatINC
with:
PerlInitHandler Apache::Reload
Apache::Reload also provides some extra functionality, covered in the module's manpage.
 
Continue to: