Search results for "module:Apache2::Access"

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::S3 - mod_perl library for proxying requests to amazon S3 River stage zero No dependents

This module will map requests for URLs on your server into proxy requests to the Amazon S3 service, adding authentication headers along the way to permit access to non-public resources. It doesn't actually do any proxying itself, rather it just adds ...

IWADE/Apache2-S3-0.05 - 24 Oct 2007 01:16:52 UTC

Apache2::AUS - Authorization, Users, and Sessions for Apache2. River stage zero No dependents

Note: *This is an alpha release. The interface is somewhat stable and well-tested, but other changes may come as I work in implementing this on my website.* "Apache2::AUS" is a mod_perl package that provides access to "Schema::RDBMS::AUS" sessions an...

CRAKRJACK/Apache2-AUS-0.02 - 16 Mar 2006 00:03:20 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::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::SOAP - mod_perl-2 SOAP server River stage one • 1 direct dependent • 1 total dependent

This Apache Perl module provides the ability to add support for SOAP (Simple Object Access Protocol) protocol with easy configuration (either in .conf or in .htaccess file). This functionality should give you lightweight option for hosting SOAP servi...

RKOBES/Apache2-SOAP-0.73 - 06 Jun 2008 05:06:43 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::AuthTicket - Cookie Based Access and Authorization Module River stage one • 1 direct dependent • 1 total dependent

This module provides ticket based access control. The theory behind this is similar to the system described in the eagle book. This module works using HTTP cookies to check if a user is authorized to view a page. *Apache2::AuthCookie* is used as the ...

MSCHOUT/Apache-AuthTicket-0.94 - 28 Jul 2017 21:16:15 UTC

Apache2::GeoIP - Look up country by IP Address River stage zero No dependents

RKOBES/Apache-GeoIP-1.99 - 24 Apr 2009 03:47:20 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::AuthEnv - Perl Authentication and Authorisation via Environment Variables. River stage zero No dependents

Apache2::AuthEnv allows you to promote a string composed of CGI environment variables to act as an authenticated user. The format is set via the AuthEnvUser command and the result is placed in the environment variable REMOTE_USER. This module is for ...

ARIF/Apache2-AuthEnv-v1.3.8 - 20 Sep 2011 20:21:20 UTC

Apache2::AuthAny - Authentication with any provider or mechanism River stage zero No dependents

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::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::AuthzCaps - mod_perl2 capability authorization River stage zero No dependents

Apache2::AuthzCaps is a perl module which provides simple Apache2 capability-based authorization. It contains a PerlAuthzHandler and some utility functions. For Apache 2.4, use Apache2_4::AuthzCaps. The user data is stored in YAML files in a user-set...

MGV/Apache2-AuthzCaps-0.002 - 12 Sep 2015 15:26:52 UTC

Apache2::AuthenSmb - mod_perl NT Authentication module River stage zero No dependents

This perl module is designed to work with mod_perl and the Authen::Smb module by Patrick Michael Kane (See CPAN). You need to set your PDC, BDC, and NT domain name for the script to function properly. You MUST set a PDC, if no BDC is set it defaults ...

SPEEVES/Apache2-AuthenSmb-0.01 - 10 Jun 2005 10:06:12 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::SizeLimit - Because size does matter. River stage zero No dependents

******************************** 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::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::SQLRequest - Supply SQL queries to an Apache request object River stage zero No dependents

This module functions as a base class for containing preloaded SQL queries. It supplies methods to bind parameters, execute queries and access record sets....

DORIAN/Apache2-SQLRequest-0.02 - 15 Aug 2006 00:06:56 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
100 results (0.077 seconds)