Search results for "module:Apache2::MPM"
Apache2::Reload - Reload Perl Modules when Changed on Disk
"Apache2::Reload" reloads modules that change on the disk. When Perl pulls a file via "require", it stores the filename in the global hash %INC. The next time Perl tries to "require" the same file, it sees the file in %INC and does not reload from di...
SHAY/Apache-Reload-0.14 - 06 Aug 2023 10:47:19 UTC
Apache2::Controller - fast MVC-style Apache2 handler apps
Apache2::Controller is a lightweight controller framework for object-oriented applications designed to run only under mod_perl children in high-performance Apache2 handler modules. It features URL dispatch with flexible configuration, auth plugins, a...
MARKLE/Apache2-Controller-v1.1.1 - 13 Jun 2014 19:02:14 UTC
Apache2::ScoreBoardFile - Perl extension to the Apache HTTPD ScoreBoard
"Apache2::ScoreBoardFile" provides an interface to the shared scoreboard file used by Apache HTTPD. Apache HTTPD can keep track of its activity in a memory section mapped into the address space of each of its processes. Provided that shared memory se...
OPI/Apache2-ScoreBoardFile-0.01 - 10 Sep 2010 14:26:45 UTC
Apache2::Controller::Dispatch - dispatch base class for Apache::Controller
"Apache2::Controller::Dispatch" forms the base for the PerlInitHandler module to dispatch incoming requests to libraries based on their URL. You don't use this module. You use one of its subclasses as a base for your dispatch module....
MARKLE/Apache2-Controller-v1.1.1 - 13 Jun 2014 19:02:14 UTC