On Aug 12, 2006, at 2:16 AM, Philip M. Gollucci wrote:
I generally just do this:
<Location /perl-status>
SetHandler perl-script
PerlResponseHandler Apache2::Status
PerlSetVar StatusOptionsAll On
PerlSetVar StatusDeparseOptions "-p -sC"
</Location>
which is what you wrote.
when you do that, do memory stats work for the 'front page' and top
levels? they don't for me, but the do for everything else.
the docs suggest tossing a
PerlModule B::TerseSize
before the block. if you do, thats when the error happens. has
nothing to do with graphvis