On Thu, 8 Jun 2000, Rob Tanner wrote:
 
>     MirrorWiseKeyFile', perhaps mis-spelled or defined by a module not
>     included in the server configuration
...
> > PerlModule  Apache::MirrorWise

this is becoming a common problem, try this bandaid, instead of that
PerlModule line:

<Perl>
delete $INC{'Apache/MirrorWise.pm'};
require Apache::MirrorWise;
</Perl>


Reply via email to