Re: BerkeleyDB error

2011-01-02 Thread Jim Schueler
I wrote the module Apache::ChildExit specifically to resolve the incompatibility between BerkeleyDB and Apache::Registry http://search.cpan.org/~tqisjim/ChildExit_0-1/ -Jim > Subject: Re: BerkeleyDB error > From: Perrin Harkins > To: "Peram, Sudhakara" > Cc: modperl@perl.apache.org > Conte

Re: perlRequestHandler

2011-01-02 Thread Perrin Harkins
This is a general apache configuration question, so you should be able to find some documentation about it. A common approach would be to attach your handler to / with a Location or LocationMatch block. - Perrin On Mon, Dec 27, 2010 at 2:53 PM, Maikel Punie wrote: > hey, > > i created a custom

Re: BerkeleyDB error

2011-01-02 Thread Perrin Harkins
Hi, > I am able to execute that perl script > successfully few times (less than 5 times) after every restart of Apache web > server. After that I am getting following BerkeleyDB error message in log > file of that script (i.e., run_command). Are you using Apache::Registry for this? It sounds as