Search results for "module:Apache2::URI"

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

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::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::Query - utf8 compliant URI query string manipulation River stage one • 1 direct dependent • 2 total dependents

This module simply inherits from URI::Query and changed 2 subroutines to make them compliant with utf8 strings being fed to URI::Query. The 2 subroutines modified are: _parse_qs and _init_from_arrayref URI::Query does, otherwise, a very good job, but...

JDEGUEST/Apache2-API-v0.1.4 - 19 Nov 2023 00:15: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.1.4 - 19 Nov 2023 00:15:14 UTC

Apache2::Layer - Layers for DocumentRoot River stage zero No dependents

Create multiple layers to allow incremental content modifications. If file was found in layered directory it will be used instead of one from "DocumentRoot". Loaded module adds itself as "PerlTransHandler" and "PerlMapToStorageHandler", so please rem...

AJGB/Apache2-Layer-1.103360 - 02 Dec 2010 13:17:17 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::ModXml2 - makes mod_xml2 funtionality available to perl modules River stage zero No dependents

"Apache2::ModXml2" is a wrapper for the mod_xml2 API. It allows you to write filters that modify the outgoing XML/HTML by modifying "XML::LibXML" nodes. The apache module mod_xml2 implements the "node" filter. This filter runs the libxml2 parser on t...

JZOBEL/Apache2-ModXml2-0.01 - 22 Apr 2012 09:16:37 UTC

Apache2::AuthCAS - A configurable Apache authentication module that enables you to protect content on an Apache server using an existing JA-SIG CAS authentication server. River stage zero No dependents

General The *Apache2::AuthCAS* module allows a user to protect arbitrary content on an Apache server with JA-SIG CAS. Add the following lines to your Apache configuration file to load the custom configuration tags for CAS and allow for CAS authentica...

JHITT/Apache2-AuthCAS-0.4 - 02 Jan 2009 19:09:54 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::Profiler - profiles time seconds needed for every request River stage zero No dependents

Apache2::Profiler is a mod_perl init (and cleanup) handler to profile time taken to process one request. Profiled data is reported to the Apache Log file. It'd be useful to profile some heavy application taking a long time to proceed. Apache2::Profil...

MSCHOUT/Apache-Profiler-0.10 - 27 Nov 2009 21:41:44 UTC

Apache2::CondProxy - Intelligent reverse proxy for missing resources River stage zero No dependents

This module performs the logic required to achieve what is implied by the following Apache configuration: # httpd.conf RewriteEngine On RewriteCond %{REQUEST_URI} !-U RewriteRule (.*) http://another.host$1 [P,NS] Which says *if I can't respond to a g...

DORIAN/Apache2-CondProxy-0.17 - 03 Oct 2015 03:46:50 UTC

Apache2::ClickPath - Apache WEB Server User Tracking River stage zero No dependents

"Apache2::ClickPath" adds a PerlTransHandler and an output filter to Apache's request cycle. The transhandler inspects the requested URI to decide if an existing session is used or a new one has to be created. The Translation Handler If the requested...

OPI/Apache2-ClickPath-1.901 - 08 Apr 2008 12:33:34 UTC

Apache2::AuthZLDAP - Authorization module based on LDAP filters or LDAP groups River stage zero No dependents

DOUMBZH/Apache2-AuthZLDAP-0.02 - 23 Jun 2008 12:29:57 UTC

Apache2::reCaptcha - reCaptcha based auth system using cookies. River stage zero No dependents

This Module uses the reCaptcha projects service to protect webresources from automated scripts that try to screen scrape your data. Often times adding a captcha check to a webapp requires recoding your app. This module puts the verifcation work into ...

ANALOG/Apache2-reCaptcha-0.3 - 15 Jul 2008 21:52:14 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::AuthCASpbh - CAS SSO integration for Apache/mod_perl River stage zero No dependents

AuthCASpbh is a framework for integrating CAS SSO support into the Apache web server using mod_perl. It can authenticate Apache resources via CAS, perform authorization via CAS attributes, acquire proxy granting tickets, and provides a client allowin...

PHENSON/Apache2-AuthCASpbh-0.20 - 04 Jan 2023 01:36:06 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::Expression - Apache2 Expressions River stage zero No dependents

Apache2::Expression is used to parse Apache2 expression like the one found in SSI (Server Side Includes)....

JDEGUEST/Apache2-SSI-v0.2.8 - 11 Oct 2023 07:32:30 UTC
60 results (0.034 seconds)