Michael <[EMAIL PROTECTED]> wrote:Perrin Harkins wrote:
On Thu, 2004-07-22 at 11:26, MARTIN MOSS wrote:
This error doesn't occur on machines running the
same code (mirrored
in the same way as the redhat box), it works
perfectly fine.
Has anybody seen this type of error before, is it
the symptom of some
other issue that I've missed somehow?
Did you compile with support for method handlers?
That has to be
enabled. Also, are there any httpd.conf differences?
right. Does your httpd.conf say SetHandler MyPackage::handler or SetHandler MyPackage
It is setup like this:-
<Location /mypackage > SetHandler perl-script PerlHandler My::Package </Location>
Shouldn't that be PerlHandler My::Package->handler
if you are doing method handlers. Is the config the same on the other boxes where it is working?
Michael Peters Developer PlusThree
-- 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