Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Was checking out my error log and I have hundreds of these:

[Sun Mar 20 23:52:12 2005] [error] 8441: ModPerl::Registry: /var/www/perl/None not found or unable to stat

My script works perfectly but am curious what this about.

Thanks!

Edited by Chady -- code tags around error message.

Replies are listed 'Best First'.
Re: Question on error log
by jpk236 (Monk) on Mar 21, 2005 at 06:09 UTC
    I might be wrong, but isn't it Apache::Registry?

    - Justin
      I might be wrong, but isn't it Apache::Registry?

      Not in mod_perl2

      that is copy paste from my log...hmm
      My server spits out errors like mad when I change that to Apache::Registry :P