NAME
Apache::Dispatch::Util - methods for Apache::Dispatch and Apache2::Dispatch
DESCRIPTION
This package provides methods common to Apache::Dispatch and Apache2::Dispatch.
VARIABLES
- @_directives
-
Private lexical array which contains the directives for configuration. Used by the directives() method.
METHODS
directives
-
Provides the configuration directives in an array or array reference
$directives = Apache::Dispatch::Util->directives; @directives = Apache::Dispatch::Util->directives;
- bogus_uri