Search results for "module:Apache2::Resource"
Apache2::REST - Micro framework for REST API implementation under apache2/mod_perl2/apreq2
JETEVE/Apache2-REST-0.07
-
24 Sep 2010 11:57:30 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.
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::AuthAny - Authentication with any provider or mechanism
Apache2::AuthAny is extensible authentication layer providing support for any authentication mechanism or provider. AuthAny registers handlers for the Apache headerParser, authentication, fixup, and response phases. The Authentication phase handler c...
KGOLDOV/Apache2-AuthAny-0.201 - 16 May 2011 18:32:03 UTC
Apache2::CondProxy - Intelligent reverse proxy for missing resources
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::SizeLimit - Because size does matter.
******************************** NOTICE ******************* This version is only for httpd 2.x and mod_perl 2.x series. For httpd 1.3.x / mod_perl 1.x Apache::SizeLimit documentation please read the perldoc in lib/Apache/SizeLimit.pm ****************...
SHAY/Apache-SizeLimit-0.98 - 06 Aug 2023 10:47:30 UTC
Apache2::reCaptcha - reCaptcha based auth system using cookies.
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::SiteControl - Perl web site authentication/authorization system
Apache2::SiteControl is a set of perl object-oriented classes that implement a fine-grained security control system for a web-based application. The intent is to provide a clear, easy-to-integrate system that does not require the policies to be writt...
AWKAY/Apache2-SiteControl-1.05 - 16 Aug 2006 19:55:35 UTC
Apache2::REST::Handler - Base class for a resource handler.
JETEVE/Apache2-REST-0.07
-
24 Sep 2010 11:57:30 UTC
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.1.4 - 19 Nov 2023 00:15:14 UTC
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.1.4 - 19 Nov 2023 00:15:14 UTC
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.1.4 - 19 Nov 2023 00:15:14 UTC
Apache2::REST::Request - Apache2::Request subclass.
This module adds extra features to the standard "Apache2::Request". As a consequence, you can use any method available on "Apache2::Request", plus the additional methods below. new See Apache2::Request...
JETEVE/Apache2-REST-0.07 - 24 Sep 2010 11:57:30 UTC
Apache2::AuthCookieLDAP - An Apache2::AuthCookie backend for LDAP based authentication
This module acts as an authentication handler under Apache2 environment. It uses Apache2::AuthCookie as the base class and serves as a backend to provide user authentication against an LDAP server. Make sure that you have got a reachable LDAP server ...
KSOLOMKO/Apache2-AuthCookieLDAP-1.15 - 21 Aug 2013 13:33:38 UTC
Apache2::AutoIndex::XSLT - XSLT Based Directory Listings
This module is designed as a drop in mod_perl2 replacement for the mod_dir and mod_index modules. It uses user configurable XSLT stylesheets to generate the directory listings. THIS CODE IS INCOMPLETE -- THIS IS A DEVELOPMENT RELEASE!...
NICOLAW/Apache2-AutoIndex-XSLT-0.04 - 14 Dec 2007 18:07:15 UTC
Apache2::TieBucketBrigade - Perl extension which ties an IO::Handle to Apache's Bucket Brigade so you can use standard filehandle type operations on the brigade.
This module has one usefull method "new_tie" which takes an Apache connection object and returns a tied IO::Handle object. It should be used inside a mod_perl protocol handler to make dealing with the bucket brigade bitz easier. FILENO will emulate a...
MOCK/Apache2-TieBucketBrigade-0.07 - 03 Aug 2005 22:21:06 UTC
Apache2::AuthCASpbh::Authn - CAS SSO authentication for Apache/mod_perl
AuthCASpbh::Authn provides CAS authentication for Apache/mod_perl. It can be used to protect Apache resources, along with built in Apache authorization for users/groups as well as CAS attribute based authorization provided by Apache::AuthCASpbh::Auth...
PHENSON/Apache2-AuthCASpbh-0.20 - 04 Jan 2023 01:36:06 UTC
Apache2::SiteControl::Rule - Permission manager access rule.
AWKAY/Apache2-SiteControl-1.05
-
16 Aug 2006 19:55:35 UTC
Apache2::FixupLastModified - Fixup handler for Last-Modified header
Invoked as a Fixup handler, this module will adjust the Last-Modified header of a subrequested resource, should it be newer than the main request. Apache2::FixupLastModified is for use with resources that may arbitrarily include other resources (i.e....
DORIAN/Apache2-FixupLastModified-0.01 - 15 Aug 2006 00:35:03 UTC