I've been working with Apache::Reload and Registry and have been unable to get any cache flushing to work.  (I've added debug messages in Registry to show cache use or reloading).
 
I've tried this combination: (httpd.conf)
PerlModule      Apache::Registry
PerlModule      Apache::Status
PerlInitHandler Apache::Reload
PerlSetVar      ReloadAll On
 
And also this:
PerlModule Apache::Registry
PerlModule Apache::Status
PerlInitHandler Apache::Reload
PerlSetVar      ReloadAll On
PerlSetVar ReloadTouchFile /tmp/reload_modules
No dice.  Any suggestions?  Apache 1.3.27, mod-perl 1.27 is the config.
 
Roger

Reply via email to