Apache::Status

Apache::Status is an embedded interpreter status information.
Download

Apache::Status Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Doug MacEachern
  • Publisher web site:
  • http://search.cpan.org/~gozer/mod_perl-1.30/lib/Apache/Status.pm

Apache::Status Tags


Apache::Status Description

Apache::Status is an embedded interpreter status information. Apache::Status is an embedded interpreter status information.SYNOPSIS < Location /perl-status > SetHandler perl-script PerlHandler Apache::Status < /Location >The Apache::Status module provides some information about the status of the Perl interpreter embedded in the server.Configure like so: < Location /perl-status > SetHandler perl-script PerlHandler Apache::Status < /Location >Other modules can "plugin" a menu item like so: Apache::Status->menu_item( 'DBI' => "DBI connections", #item for Apache::DBI module sub { my($r,$q) = @_; #request and CGI objects my(@strings); push @strings, "blobs of html"; return @strings; #return an array ref } ) if Apache->module("Apache::Status"); #only if Apache::Status is loadedWARNING: Apache::Status must be loaded before these modules via the PerlModule or PerlRequire directives. Requirements: · Perl


Apache::Status Related Software