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.
|
| [reply] |
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. | [reply] |