topp has asked for the wisdom of the Perl Monks concerning the following question:

Is it possible to install Apache::Status with mod_perl 2? I tried CPAN.pm, install Bundle::Apache, and it wants to install mod_perl-1.27. What am I missing here? Thanks.

Replies are listed 'Best First'.
Re: Apache::Status w/ mod_perl 2
by PodMaster (Abbot) on Apr 18, 2003 at 06:45 UTC
    Apache::Status only comes with mod_perl 1.

    mod_perl 2 does not come with an Apache::Status module.

    Now, if you used the MP_INST_APACHE2=1 option when you installed mod_perl 2 on top of mod_perl 1, you may be able to use Apache::Status, but remember

    *** Apache Perl modules will be installed relative to Apache2/
    *** Don't forget to:
    *** - configure 'PerlModule Apache2' in httpd.conf
    *** - or 'use Apache2 ();' in a startup script
    
    I don't currently have this setup, so I cannot test this, but I do vaguely recall reports of this working.


    MJD says you can't just make shit up and expect the computer to know what you mean, retardo!
    I run a Win32 PPM repository for perl 5.6x+5.8x. I take requests.
    ** The Third rule of perl club is a statement of fact: pod is sexy.

Re: Apache::Status w/ mod_perl 2
by iguanodon (Priest) on Apr 18, 2003 at 09:50 UTC
    Yes, it's possible, but... to expand on what PodMaster said, you have to have both mod_perl 1.x and 2.0 (1.99_xx) installed. Search the apache-modperl mailing list archives for more info.