I am using mod_perl
for web development. I do not want to restart mod_perl
every time I
modify a Perl module.
I came across solution about Apache::Reload.
I install this module from CPAN, modify httpd.conf accordingly & add "use Apache::Reload" at my perl module, as stated in documentation.
I tried the reload all module method, & reload specific module when touch file. But both fail to work at all.
May I know is there any other mod_perl configuration that will prevent this from working? Or any other factor?