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

RE: collecting unique client (computer) specific info?

2003-09-02 Thread Roger Davenport
Apologies..  yes, this was meant for the list!! Roger On Tue, 2003-09-02 at 14:29, Perrin Harkins wrote: Did you mean to send this to the list? It only went to me. On Tue, 2003-09-02 at 15:23, Roger Davenport wrote: > The session ID only lasts a certain time.. anywhere from a couple

[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::StatusPerl

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 reloa