RE: Process exiting prematurely

2003-09-03 Thread Roger Davenport
Possibly change the MaxRequestsPerChild to 100 and see if it still restarts? Roger On Wed, 2003-09-03 at 13:17, Flowers, Jay wrote: Jay, I can't see from your error_log what problem you are talking about. Apache always starts and immediately restarts, so what you see is normal. It does

[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

Registry.pm

2003-07-05 Thread Roger Davenport
I've noticed that Registry.pm caches not only the handled program, but also any used modules. The pain is that we change modules quite often.. and when they go to production the cache won't recognize the change because it only stats the handled top module. Is there a solution other than