This section is from the "Practical mod_perl" book, by Stas Bekman and Eric Cholet. Also available from Amazon: Practical mod_perl
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: