Hi,
Is it possible to let modperl recompile the modules if they are modified? I've seen that if I modify a perl module, Apache doesn't check to cee if the module has been modified, so it keeps running the old code from memory.
Thank you.
Teddy
In your httpd.conf or under <IfModule mod_perl.c> section in commonhttpd.conf:
PerlModule Apache::StatINC PerlInitHandler Apache::StatINC
Marcello