The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Apache2::RequestUtil"

lib/ModPerl/DummyVersions.pm River stage three • 155 direct dependents • 183 total dependents

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC

Apache2::SafePnotes - a safer replacement for Apache2::RequestUtil::pnotes River stage zero No dependents

This module cures a problem with "Apache2::RequestRec::pnotes" and "Apache2::Connection::pnotes" (available since mod_perl 2.0.3). These functions store perl variables making them accessible from various phases of the Apache request cycle. According ...

OPI/Apache2-SafePnotes-0.03 - 06 Jun 2006 19:00:03 UTC

lib/Apache2/compat.pm River stage three • 155 direct dependents • 183 total dependents

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC

Apache2::SSI - Apache2 Server Side Include River stage zero No dependents

Apache2::SSI implements Apache Server Side Include <https://httpd.apache.org/docs/current/en/howto/ssi.html>, a.k.a. SSI, within and outside of Apache2/mod_perl2 framework. Apache2::SSI is inspired from the original work of Apache::SSI with the main ...

JDEGUEST/Apache2-SSI-v0.2.8 - 11 Oct 2023 07:32:30 UTC

Apache2::API - Apache2 API Framework River stage one • 1 direct dependent • 2 total dependents

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.0 - 10 Apr 2024 07:00:28 UTC

Apache2::WebApp - Simplified web application framework - EOL (for reference only) River stage two • 13 direct dependents • 13 total dependents

The WebApp::Toolkit is a *mod_perl* web application framework for the Perl programming language. It defines a set of methods, processes, and conventions that help provide a consistent application environment. The way this package works is actually pr...

MBROOKS/Apache2-WebApp-Toolkit-0.391 - 26 Apr 2014 08:45:42 UTC

Apache2::SSI::URI - Apache2 Server Side Include URI Object Class River stage zero No dependents

Apache2::SSI::URI is used to manipulate and query http uri. It is used by Apache2::SSI both for the main query, and also for sub queries like when there is an "include" directive. In this case, there would be the main document uri such as "/some/path...

JDEGUEST/Apache2-SSI-v0.2.8 - 11 Oct 2023 07:32:30 UTC

Apache2::SSI::File - Apache2 Server Side Include File Object Class River stage zero No dependents

This packages serves to resolve files whether inside Apache scope with mod_perl or outside, providing a unified api....

JDEGUEST/Apache2-SSI-v0.2.8 - 11 Oct 2023 07:32:30 UTC

Test::Mock::Apache2 - Mock mod_perl2 objects when running outside of Apache River stage one • 2 direct dependents • 3 total dependents

Allows to work with "Apache2::*" objects without a running modperl server. The purpose of this class is to be able to run some minimal unit tests for a code base that's hopelessly entangled with the Apache internals. Current state is, to say the leas...

COSIMO/Test-Mock-Apache2-0.05 - 09 Jun 2012 10:56:50 UTC

Apache2::SSI::Finfo - Apache2 Server Side Include File Info Object Class River stage zero No dependents

This class provides a file info object oriented consistant whether it is accessed from Apache/mod_perl2 environment or from outside of it. The other advantage is that even if a non-existing file is provided, an object is returned. Obviously many of t...

JDEGUEST/Apache2-SSI-v0.2.8 - 11 Oct 2023 07:32:30 UTC

Apache2::Controller - fast MVC-style Apache2 handler apps River stage zero No dependents

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::AMFSwitcher - Used to switch the device to the apropriate content (mobile, fullbrowser or for transcoder) River stage zero No dependents

This module has the scope to manage with WURFLFilter.pm module the group of device (MobileDevice, PC and transcoder). To work AMFSwitcher has need WURFLFilter configured. For more details: http://www.idelfuschini.it/apache-mobile-filter-v2x.html An e...

IFUSCHINI/Apache2-WURFLFilter-2.21 - 27 Dec 2009 23:19:26 UTC

Apache2::API::Request - Apache2 Incoming Request Access and Manipulation River stage one • 1 direct dependent • 2 total dependents

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.0 - 10 Apr 2024 07:00:28 UTC

CGI::Apache2::Wrapper - CGI.pm-compatible methods via mod_perl River stage zero No dependents

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 - 19 Mar 2008 03:02:44 UTC

Apache2::API::Response - Apache2 Outgoing Response Access and Manipulation River stage one • 1 direct dependent • 2 total dependents

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.0 - 10 Apr 2024 07:00:28 UTC

Apache2::ImageRenderFilter - Used to resize images on the fly to adapt to the screen size of the mobile device River stage zero No dependents

This module have the scope to manage with WURFLFilter.pm module the images for mobile devices. For more details: http://www.idelfuschini.it/apache-mobile-filter-v2x.html An example of how to set the httpd.conf is below: "PerlSetEnv MOBILE_HOME server...

IFUSCHINI/Apache2-WURFLFilter-2.21 - 27 Dec 2009 23:19:26 UTC

glue/perl/lib/Apache2/Cookie.pm River stage two • 18 direct dependents • 34 total dependents

The Apache2::Cookie module is based on the original 1.X versions, which mimic the CGI::Cookie API. The current version of this module includes several packages and methods which are patterned after Apache2::Request, yet remain largely backwards-compa...

SHAY/libapreq2-2.16 - 22 Mar 2021 17:59:11 UTC

Apache2::Controller::Session - Apache2::Controller with Apache::Session River stage zero No dependents

This is a module to make an Apache::Session store available to methods in your controllers. It is not just a session id - if you just need a tracking mechanism or a way to store data in cookies, you should roll your own handler with Apache2::Cookie. ...

MARKLE/Apache2-Controller-v1.1.1 - 13 Jun 2014 19:02:14 UTC

Apache2::AMFCarrierDetection - This module has the scope to identify by ip address the carrier and the nation. River stage zero No dependents

This module has the scope to identify by ip address the carrier and the nation. To work AMFSwitcher has need WURFLFilter configured. For more details: http://www.idelfuschini.it/apache-mobile-filter-v2x.html An example of how to set the httpd.conf is...

IFUSCHINI/Apache2-WURFLFilter-2.21 - 27 Dec 2009 23:19:26 UTC

Apache2::ClickPath::StoreClient - an Apache2::ClickPath::Store client River stage zero No dependents

"Apache2::ClickPath::Store" and "Apache2::ClickPath::StoreClient" can be used in conjunction with "Apache2::ClickPath" to store arbitrary information for a session. The information itself is stored on a WEB server and accessed via HTTP. "Apache2::Cli...

OPI/Apache2-ClickPath-1.901 - 08 Apr 2008 12:33:34 UTC
22 results (0.079 seconds)