Hope someone can give me a hand on this, I am having some problem using
the Memory Usage option in the main menu of Apache::Status.  

It always return me a 500 with the following error.

[Tue May 14 08:48:21 2002] [error] Can't call method "size" on unblessed
reference at /usr/lib/perl5/site_perl/5.6.0/i386-linux/B/Size.pm line
94.


This is the config I added to httpd.conf to enable the feature.

<Location /perl-status>
  SetHandler perl-script
  PerlModule Apache::Status
  PerlModule B::TerseSize
  PerlHandler Apache::Status

  PerlSetVar StatusOptionsAll On
  PerlSetVar StatusTerse On
  PerlSetVar StatusTerseSize On
  PerlSetVar StatusTerseSizeMainSummary On
</Location>


Any idea what I have missed?


Tor.

Reply via email to