Hello,
Perhaps you could paste us some of the code in IndexHandler.pm,
what does it do ?
is it a PerlResponseHandler ? (just trying to guess by the name)
In which case, wouldn't Apache2::Const::HTTP_OK be more appropriate ?
Le 18 oct. 06 à 16:59, Michael Greenish a écrit :
Hello,
I just added apache2::reload to config & handlers, classes,
packages for my application. However, everywhere I have "return
OK", I get an error:
"Not a CODE reference at /http/greanie/IndexHandler.pm on ..."
and request returns the page and a 500 error (in browser, I see
rendered page plus 500 error at bottom). Can I not use
Apache2::Reload in the handler?