Re: Apache::VMonitor doesn't install (can't find Apache::Scoreboard)

2006-12-02 Thread Philip M. Gollucci
David Scott wrote: make test APACHE_TEST_HTTPD=/usr/local/apache2/bin/httpd APACHE_TEST_APXS=/usr/local/apache2/bin/apxs but this has no effect in the other install phases, (and doesn't help with Apache::VMonitor at all). You can edit "permenantely" which httpd server A-T is setup to use. # de

[Fwd: CPAN Upload: P/PG/PGOLLUCCI/B-Size-0.09.tar.gz]

2006-12-02 Thread Philip M. Gollucci
=item 0.09 December 2, 2006 Fix a bug specific to mod_perl2 environment where $q->script_name doesn't work sinc we don't use CGI. Submitted by: Jonathan <[EMAIL PROTECTED]> Reviewed by: David Scott <[EMAIL PROTECTED]> Tweaked by: Philip M. Gollucci<[EMAIL PROTECTED]> The uploaded file B-Siz

Re: Apache2::Status "Memory Usage" fails on Debian

2006-12-02 Thread Philip M. Gollucci
David Scott wrote: The following patch makes life a lot easier: in B::TerseSize: 631c631 < my $script = $q->script_name; --- > my $script = ( defined $q && $q ) ? $q->script_name : $r->uri; The problem is, the Apache 2 API doesn't use CGI query objects at all so you can't use the scr

Re: Apache::Reload == Lost ENV

2006-12-02 Thread Anthony Gardner
tell me about it but my hands are well and truly tied. Will ask them to install Apache::StatINC and give that a try. It's a tad annoying as if this was a Java project, they'd have the latest and greatest installed on a gold tray. Frank Wiles <[EMAIL PROTECTED]> wrote: On Fri, 1 Dec 2006 15:15:3