Apache::RegistryLexInfo - Diff Apache::Registry script padlists


B-LexInfo documentation  | view source Contained in the B-LexInfo distribution.

Index


NAME

Top

Apache::RegistryLexInfo - Diff Apache::Registry script padlists

SYNOPSIS

Top

 Alias /lexinfo /same/path/as/for/apache/registry/scripts

 PerlModule Apache::RegistryLexInfo
 <Location /lexinfo>
  SetHandler perl-script
  PerlHandler Apache::RegistryLexInfo->handler
  Options +ExecCGI 
 </Location>

DESCRIPTION

Top

Apache::RegistryLexInfo is a subclass of Apache::RegistryNG which takes snapshots of the handler padlist before and after it is run. The differences (if any) and the before/after snapshots are printed to the HTTP stream after the script has run.

SEE ALSO

Top

The Apache::Status StatusLexInfo option.

Apache::RegistryNG(3), B::LexInfo(3)

AUTHOR

Top

Doug MacEachern


B-LexInfo documentation  | view source Contained in the B-LexInfo distribution.