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>
- Can't create custom config directives (long) Rob Tanner
- Re: Can't create custom config directives (long) Doug MacEachern
