The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:Apache2::Const"

Apache2::FakeRequest - fake request object for testing River stage zero No dependents

Apache2::FakeRequest is used to set up an empty Apache2 request object that can be used for testing. The Apache2::FakeRequest methods just set internal variables of the same name as the method and return the value of the internal variables. Initial v...

JPLATTER/Apache2-FakeRequest-0.04 - 09 Apr 2010 17:27:49 UTC

Apache2::Controller::Const - constants for Apache2::Controller River stage zero No dependents

Various common Readonly constants for use by Apache2::Controller modules....

MARKLE/Apache2-Controller-v1.1.1 - 13 Jun 2014 19:02:14 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::LogF - Format Apache 2 log messages like sprintf River stage one • 1 direct dependent • 3 total dependents

DORIAN/Apache-LogF-0.01 - 11 Jun 2005 17:45:21 UTC

Apache2::Ajax - mod_perl interface to CGI::Ajax River stage zero No dependents

This module is a mod_perl2 interface to CGI::Ajax, which provides a mechanism for using perl code asynchronously from javascript-enhanced HTML pages. As well as mod_perl2, this package requires CGI::Ajax, as well as a CGI.pm-compatible CGI module for...

RKOBES/Apache2-Ajax-0.11 - 06 Jun 2008 05:05:05 UTC

Apache2::REST - Micro framework for REST API implementation under apache2/mod_perl2/apreq2 River stage zero No dependents

JETEVE/Apache2-REST-0.07 - 24 Sep 2010 11:57:30 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::DebugLog - Multidimensional debug logging in mod_perl 2.x River stage one • 2 direct dependents • 2 total dependents

DORIAN/Apache-DebugLog-0.02 - 14 Jul 2005 21:23:12 UTC

Apache2::Geo::IP - Look up country by IP address River stage zero No dependents

This module constitutes a mod_perl (version 2) interface to the Geo::IP module, which looks up in a database a country of origin of an IP address. This database simply contains IP blocks as keys, and countries as values. This database should be more ...

RKOBES/Apache-GeoIP-1.99 - 24 Apr 2009 03:47:20 UTC

Apache2::Dispatch - call PerlHandlers with the ease of Registry scripts River stage zero No dependents

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 - 13 Feb 2010 02:45:06 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

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::AuthCookie - Perl Authentication and Authorization via cookies River stage one • 9 direct dependents • 9 total dependents

This module is for mod_perl version 2. If you are running mod_perl version 1, you should be using Apache::AuthCookie instead. Apache2::AuthCookie allows you to intercept a user's first unauthenticated access to a protected document. The user will be ...

MSCHOUT/Apache-AuthCookie-3.31 - 06 Jan 2022 03:02:19 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::Status - Apache2 Status Codes River stage one • 1 direct dependent • 2 total dependents

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

Apache2::Geo::Mirror - Find closest Mirror River stage zero No dependents

This module provides a mod_perl (version 2) interface to the *Geo::Mirror* module, which finds the closest mirror for an IP address. It uses *Geo::IP* to identify the country that the IP address originated from. If the country is not represented in t...

RKOBES/Apache-GeoIP-1.99 - 24 Apr 2009 03:47:20 UTC

Apache2::UserDirAuthz - simple one directory per username access control River stage zero No dependents

When used as a PerlAuthzHandler with Apache+mod_perl, Apache2::UserdirAuthz will perform simple access control, where each user has access to the part of the hierarchy named after their username. For example, a user "tom" will have access to all loca...

TGJ/Apache2-UserDirAuthz-0.1.2 - 02 Jul 2013 16:00:25 UTC

Apache2::Autocomplete - Autocomplete service backend via mod_perl River stage zero No dependents

This module is a mod_perl2 interface to JavaScript::Autocomplete::Backend, which is a base class for implementing an autocomplete service for a form using the Google Suggest protocol. See <http://www.google.com/webhp?complete=1&hl=en> for an illustra...

RKOBES/Apache2-Autocomplete-0.12 - 06 Jun 2008 05:05:16 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
47 results (0.336 seconds)