Re: Apache2::Status bug?

[prev] [thread] [next] [Date index for 2005/05/02]

From: Stas Bekman
Subject: Re: Apache2::Status bug?
Date: 17:07 on 02 May 2005
OpenMacNews wrote:
> 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:stas@xxxxxx.xxx http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

Apache2::Status bug?
Octavian Rasnita 16:46 on 29 Apr 2005

Re: Apache2::Status bug?
Stas Bekman 07:26 on 02 May 2005

Re: Apache2::Status bug?
OpenMacNews 08:19 on 02 May 2005

Re: Apache2::Status bug?
Stas Bekman 17:07 on 02 May 2005

Re: Apache2::Status bug?
OpenMacNews 17:18 on 02 May 2005

Re: Apache2::Status bug?
Stas Bekman 19:45 on 17 May 2005

Generated at 15:53 on 25 May 2005 by mariachi v0.52