Terrible Apache reload when you program under mod_perl

What can help is Apache modul to reload mod_perl in running:


# Reload
PerlModule Apache2::Reload
PerlInitHandler Apache2::Reload
PerlSetVar ReloadAll On
#PerlSetVar ReloadDirectories "path/to/files"
#PerlSetVar ReloadDebug On

Paste this code to mod_perl configuration in Apache.

Leave a Reply