hi,
I get the same problem on linux/prefork mpm.
fwiw, i'm seeing no such issues on osx 10.4/worker mpm. no errors, no suspect log entries, etc.
Embedded Perl version v5.8.6 for Apache/2.1.5-dev process 21420
Server Version: Apache/2.1.5-dev (Unix) DAV/2 SVN/1.2.0-rc2 mod_perl/1.999.23-dev Perl/v5.8.6
although i'm relatively new to its use, /perl-status seems to behave w/ no obvious errors (so far).
if there's any info i can provide that may be helpful, pls let me know.
You need to enable: the terse feature and then follow: Loaded Modules -> Apache::Const -> Apache::Const::OK -> Syntax Tree Dump (execution order)
Did you do that? The config I've used was:
<Location /status/perl>
PerlSetVar StatusOptionsAll On
PerlSetVar StatusDumper On
PerlSetVar StatusPeek On
PerlSetVar StatusLexInfo On
PerlSetVar StatusDeparse On
PerlSetVar StatusDeparseOptions "-p -sC"
PerlSetVar StatusTerse On
PerlSetVar StatusTerseSize On
PerlSetVar StatusTerseSizeMainSummary On
SetHandler modperl
PerlResponseHandler Apache2::Status
</Location>-- __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
