Search results for "module:Apache2::Status"
Apache2::API::Status - Apache2 Status Codes
This module allows to get the localised version of the HTTP status for a given code for currently supported languages: fr_FR (French), en_GB (British English) and ja_JP (Japanese), de_DE (German), ko_KR (Korean), ru_RU (Russian), zh_CN (simplified Ch...
JDEGUEST/Apache2-API-v0.3.1 - Sep 04, 2024
Apache2::ShowStatus - if you want to know what your Apache processes are doing
This module provides a "PerlInitHandler" that sets the apache's process title to "httpd: ".$r->the_request The process title is automagically reset when the request is over. Thus, "top" & Co shows what requests are currently active....
OPI/Apache2-ShowStatus-0.02 - May 16, 2005
Apache2::API - Apache2 API Framework
This module provides a comprehensive, powerful, yet simple framework to access Apache mod_perl's API <https://perl.apache.org/docs/2.0/api/> and documented appropriately. Apache mod_perl is an awesome framework, but quite complexe with a steep learni...
JDEGUEST/Apache2-API-v0.3.1 - Sep 04, 2024
Cindy::Apache2 - use unmodified XML or HTML documents as templates.
"Cindy::Apache2" uses the Cindy module in an apache content handler. Cindy merges data into a document template using a content injection sheet to create its response. As you see above it is used by configuring apache. This can be done from .htaccess...
JZOBEL/Cindy-Apache2-0.09 - Sep 26, 2014
Bundle::Apache2 - Install Apache mod_perl2 and related modules
This bundle contains modules used by Apache mod_perl2. Asking CPAN.pm to install a bundle means to install the bundle itself along with all the modules contained in the CONTENTS section above. Modules that are up to date are not installed, of course....
SHAY/mod_perl-2.0.13 - Oct 21, 2023
Apache2::Request - Methods for dealing with client request data
The Apache2::Request module provides methods for parsing GET and POST parameters encoded with either *application/x-www-form-urlencoded* or *multipart/form-data*. Although Apache2::Request provides a few new APIs for accessing the parsed data, it rem...
SHAY/libapreq2-2.16 - Mar 22, 2021
Apache2::Dispatch - call PerlHandlers with the ease of Registry scripts
Apache2::Dispatch translates $r->uri into a class and method and runs it as a PerlHandler. Basically, this allows you to call PerlHandlers as you would Regsitry scripts without having to load your httpd.conf with a slurry of <Location> tags....
PHRED/Apache2-Dispatch-0.15 - Feb 13, 2010
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 - Jun 13, 2014
Apache2::ModLogConfig - a Perl interface to mod_log_config
The reason to start this module was to monitor the number of incoming and outgoing bytes for each request. "mod_log_config" in combination with "mod_logio" can log these numbers. But in Perl they are really hard to get. "mod_logio" uses a network-lev...
OPI/Apache2-ModLogConfig-0.01 - Mar 05, 2011
CGI::Apache2::Wrapper - CGI.pm-compatible methods via mod_perl
Certain modules, such as CGI::Ajax and JavaScript::Autocomplete::Backend, require a minimal CGI.pm-compatible module to provide certain methods, such as *param()* to fetch parameters. The standard module to do this is of course CGI.pm; however, espec...
RKOBES/CGI-Apache2-Wrapper-0.215 - Mar 19, 2008
Apache2::API::Request - Apache2 Incoming Request Access and Manipulation
The purpose of this module is to provide an easy access to various methods designed to process and manipulate incoming requests. This is designed to work under modperl. Normally, one would need to know which method to access across various Apache2 mo...
JDEGUEST/Apache2-API-v0.3.1 - Sep 04, 2024
Apache2::API::Response - Apache2 Outgoing Response Access and Manipulation
The purpose of this module is to provide an easy access to various method to process and manipulate incoming request. This is designed to work under modperl. Normally, one would need to know which method to access across various Apache2 mod perl modu...
JDEGUEST/Apache2-API-v0.3.1 - Sep 04, 2024
Apache2::REST::AppAuth - Base class for application authentication
JETEVE/Apache2-REST-0.07
-
Sep 24, 2010
Apache2::ASP::Response - Outgoing response object.
Apache2::ASP::Response offers a wrapper around the outgoing response to the client....
JOHND/Apache2-ASP-2.46 - Mar 25, 2011
Apache2::Controller::X - Exception::Class hierarchy for Apache2::Controller
Hierarchy of Exception::Class objects for Apache2::Controller. All are subclasses of Apache2::Controller::X....
MARKLE/Apache2-Controller-v1.1.1 - Jun 13, 2014
Apache2::AuthCookieDBI - An AuthCookie module backed by a DBI database.
This module is an authentication handler that uses the basic mechanism provided by Apache2::AuthCookie with a DBI database for ticket-based protection. It is based on two tokens being provided, a username and password, which can be any strings (there...
MATISSE/Apache2-AuthCookieDBI-2.19 - Dec 08, 2019
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 - Sep 10, 2010