I'm having trouble getting Apache2::Status to display particular information. 
(following examples in "practical-mod_perl")

The application menus work but "PerlRequire'd Files" and "Compiled Registry 
Scripts" are showing nothing -- other options appear to work fine. I've been 
running our scripts in another browser. We have nothing in startup.pl.

------
Embedded Perl version v5.8.5 for Apache/2.0.54 (Unix) mod_perl/2.0.1 
Perl/v5.8.5 process 28963, running since Wed Jul 13 15:30:07 2005
------

From httpd.conf:
 
<Location /perl-status>
    SetHandler perl-script
    PerlHandler +Apache2::Status
</Location>


Thanks of any clues.

Reply via email to