[mp1] Apache::Reload questions...

2003-08-01 Thread Roger Davenport



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::RegistryPerlModule 
Apache::StatusPerlInitHandler 
Apache::ReloadPerlSetVar ReloadAll 
On

And also 
this:
PerlModule 
Apache::RegistryPerlModule Apache::StatusPerlInitHandler 
Apache::ReloadPerlSetVar ReloadAll 
OnPerlSetVar ReloadTouchFile /tmp/reload_modules
No dice. Any 
suggestions? Apache 1.3.27, mod-perl 1.27 is the 
config.

Roger


Re: [mp1] Apache::Reload questions...

2003-08-01 Thread Perrin Harkins
On Fri, 2003-08-01 at 11:10, Roger Davenport wrote:
 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).

Can you tell us what you are trying to reload and how you know it is
isn't happening?  Keep in mind, Apache::Reload has nothing to do with
reloading Registry scripts.  That reloading is handled entirely within
Registry itself.

- Perrin