Search results for "module:Apache2::Directive"
Apache2::SSI - Apache2 Server Side Include
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::AUS - Authorization, Users, and Sessions for Apache2.
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::Ajax - mod_perl interface to CGI::Ajax
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::Banner - a patch for Apache2::ServerUtil
"Apache2::Banner" reimplements a few functions that Apache2::ServerUtil didn't get right at least up to mod_perl 2.0.5. Future mod_perl versions may fix the problem. $banner=Apache2::Banner::banner "Apache2::ServerUtil::get_server_banner" should do t...
OPI/Apache2-Banner-0.01 - 06 Mar 2011 15:32:20 UTC
Apache2::AuthEnv - Perl Authentication and Authorisation via Environment Variables.
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::JSONRPC - mod_perl handler for JSONRPC
Apache2::JSONRPC is a subclass of CGI::JSONRPC that provides some extra bells and whistles in a mod_perl2 environment. Currently, the main feature is the "JSONRPC_Class" apache2 config directive, which allows you to define what class to use for invok...
CRAKRJACK/CGI-JSONRPC-0.11 - 27 Feb 2008 18:46:01 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::Archive - Expose archive files through the Apache web server.
Apache2::Archive is a mod_perl 2 extension that allows the Apache HTTP server to expose tar and tar.gz archives on the fly. When a client requests such an archive file, the server will return a page displaying information about the file that allows t...
DAMOG/Apache2-Archive-0.2 - 23 Aug 2010 00:00:18 UTC
Apache2::Dispatch - call PerlHandlers with the ease of Registry scripts
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::AuthzNIS - mod_perl2 NIS Group Authorization module
This perl module is designed to work with mod_perl, the Net::NIS module by Rik Haris (rik.harris@fulcrum.com.au), and the Apache2::AuthenNIS module. Version 0.11 of Apache::AuthzNIS was renamed and modified to use mod_perl2. That module was a direct ...
ITEAHAUS/Apache2-AuthzNIS-0.13 - 16 Apr 2008 15:23:31 UTC
Apache2::WebStart - Apache handler for PAR::WebStart
This module is an Apache (version 2) handler for dynamically generating "PNLP" files for "PAR::WebStart". See PAR::WebStart::PNLP for details of the content of a "PNLP" files. Directives The following "PerlSetVar" directives are used to control the c...
ISHIGAKI/PAR-WebStart-0.20 - 03 Apr 2011 16:22:46 UTC
Apache2::Geo::IP - Look up country by IP address
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::ClickPath - Apache WEB Server User Tracking
"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::AuthenNIS - mod_perl2 NIS Authentication module
This perl module is designed to work with mod_perl2 and the Net::NIS module by Rik Haris (rik.harris@fulcrum.com.au). Version 0.13 of Apache::AuthenNIS was renamed and modified to use mod_perl2. That module was a direct adaptation of Michael Parker's...
ITEAHAUS/Apache2-AuthenNIS-0.15 - 10 Apr 2008 19:18:31 UTC
Apache2::AuthenSmb - mod_perl NT Authentication module
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::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::SSI::URI - Apache2 Server Side Include URI Object Class
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::AuthTicket - Cookie Based Access and Authorization Module
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::AuthenNTLM - Perform Microsoft NTLM and Basic User Authentication
The purpose of this module is to perform a user authentication via Microsoft's NTLM protocol. This protocol is supported by all versions of the Internet Explorer and is mainly useful for intranets. Depending on your preferences setting IE will supply...
SPEEVES/Apache2-AuthenNTLM-0.02 - 28 Apr 2005 19:28:45 UTC