Strange error calling a handler
[prev]
[thread]
[next]
[Date index for 2004/11/15]
Hello,
I'm using mod_perl 1.29 with Apache 1.3.31 to invoke some perl modules
like ProxyRewrite.pm. When I restart apache daemon, all is working ok. But
when some time passes (it could be hours, days or weeks; it's variable)
the system reaches some kind of inestable state where any call to the
module returns an error, as the following:
[Fri Nov 12 15:32:05 2004] [error] Undefined subroutine
&Apache::ProxyRewrite::handler called.\n
Execution flow doesn't reach the module anymore (so it seems not to be a
failure in module's code). Note also that the error doesn't indicate where
the error really is (if it'd have something like "at line 333 of ..." I'd
have a clue). It could be a bug in mod_perl itself, when invoking the
module, I don't know.
The error is solved by restarting apache proccess, so it goes back to the
"stable" state. It's very strange.
How could I track this kind of error? Does it sound familiar to any of you?
Thanks in advance.
Regards,
-Roman
--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html
 |
Strange error calling a handler
Roman Medina-Heigl Hernandez 13:23 on 15 Nov 2004
|