Re: Problem with long http request generation time - process restarting

2012-01-28 Thread Andrew Merton
Thanks Hans - that fits with what I'm seeing (including no connection with Oracle). I had previously discovered that including DateTime in a handler made it crash at start-up (actually using DateTime wasn't actually necessary) , but didn't make the connection between that and Params::Classify part

Re: mod perl installed but not running

2012-01-28 Thread Fred Moyer
Try one of the examples on this page: http://perl.apache.org/docs/2.0/user/intro/start_fast.html On Saturday, January 28, 2012 at 2:32 PM, mike cardeiro wrote: > I installed mod_perl, tested it, added "LoadModule perl_module > /usr/local/apache/modules/mod_perl.so" to httpd.conf > > apache

Re: Problem with long http request generation time - process restarting

2012-01-28 Thread Hans Scharler
The Classify.dll issue gave me much trouble to figure out. In my instance, the issue has nothing to do with the database or Oracle. Here's what I found: Updating DateTime to version 0.72 includes Params::Classify as a dependency. http://search.cpan.org/~drolsky/DateTime-0.72/ Also, DateTime-Tim

mod perl installed but not running

2012-01-28 Thread mike cardeiro
I installed mod_perl, tested it, added "LoadModule perl_module /usr/local/apache/modules/mod_perl.so" to httpd.conf apache restarts but when I look at the Environment variable as well as the server headers when I make a request, no mod perl. I am running linux, Apache2 mod_perl2.  any ideas...I