Security Advisories (2)
CVE-2009-0796 (2009-05-11)

XSS in Apache::Status.

CVE-2007-1349 (2007-03-29)

Unescaped variable interpolation in Apache::PerlRun regular expression could cause regex engine tampering.

NAME

Apache::StatINC - Reload %INC files when updated on disk

SYNOPSIS

#httpd.conf or some such
 #can be any Perl*Handler
PerlInitHandler Apache::StatINC

DESCRIPTION

When Perl pulls a file via require, it stores the filename in the global hash %INC. The next time Perl tries to require the same file, it sees the file in %INC and does not reload from disk. This module's handler iterates over %INC and reloads the file if it has changed on disk.

SEE ALSO

mod_perl(3)

AUTHOR

Doug MacEachern