Search results for "module:Apache::Mason"
Apache::Dir - Simple Perl Version of mod_dir
This simple module is designed to be a partial replacement for the standard Apache "mod_dir" module. One of the things that module does is to redirect browsers to a directory URL ending in a slash when they request the directory without the slash. Si...
DWHEELER/Apache-Dir-0.07 - 18 Jun 2011 21:57:22 UTC
Apache::Action - A method dispatch mechanism for Apache
This module reads values out of the HTTP submission and dispatches to code as appropriate. The architecture requires four elements: The apache request This is normally a singleton instance of Apache::Request. The persistent session This is usually an...
SHEVEK/Apache-Action-0.02 - 19 Jan 2004 00:51:11 UTC
Apache::Filter - Alter the output of previous handlers
In basic operation, each of the handlers Filter1, Filter2, and Filter3 will make a call to $r->filter_input(), which will return a filehandle. For Filter1, the filehandle points to the requested file. For Filter2, the filehandle contains whatever Fil...
KWILLIAMS/Apache-Filter-1.024 - 25 Sep 2005 03:04:17 UTC
Apache::Emulator::Apache - An Apache object emulator for use with Mason
This class's API is documented in HTML::Mason::CGIHandler....
NWETTERS/Apache-Emulator-0.06 - 19 Jul 2005 10:44:23 UTC
Apache::PageKit - MVCC web framework using mod_perl, XML and HTML::Template
PageKit is an mod_perl based application framework that uses HTML::Template and XML to separate code, design, and content. Includes session management, authentication, form validation, co-branding, and a content management system. Its goal is to solv...
BORISZ/Apache-PageKit-1.18 - 26 Mar 2005 18:49:05 UTC
Apache::Dynagzip - mod_perl extension for Apache-1.3.X to compress the response with gzip format.
The main pupose of this package is to serve the "content generation phase" within the mod_perl enabled "Apache 1.3.X", providing dynamic on the fly compression of outgoing web content. This is done through the use of "zlib" library via the "Compress:...
SLAVA/Apache-Dynagzip-0.16 - 07 Nov 2004 21:28:45 UTC
Apache::AuthCookie - Perl Authentication and Authorization via cookies
Apache::AuthCookie allows you to intercept a user's first unauthenticated access to a protected document. The user will be presented with a custom form where they can enter authentication credentials. The credentials are posted to the server where Au...
MSCHOUT/Apache-AuthCookie-3.31 - 06 Jan 2022 03:02:19 UTC
Apache::SiteControl - Perl web site authentication/authorization system
Apache::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 writte...
AWKAY/Apache-SiteControl-1.01 - 05 Oct 2005 22:09:43 UTC
Apache::Request::I18N - Internationalization extension to Apache::Request
*Apache::Request::I18N* adds transparent support over *Apache::Request* for internationalized GET/POST parameters. Form field names and values are automatically decoded and converted either to Perl's internal UTF-8 format, or to another character enc...
FBRIERE/Apache-Request-I18N-0.08 - 29 Jul 2006 07:45:32 UTC
Bundle::Theory::Apache - A bundle to install all of Theory's favorite mod_perl modules
This bundle contains all of Theory's most-used mod_perl-related modules. These are essentials whenever he builds a new system....
DWHEELER/Bundle-Theory-1.08 - 19 Jun 2011 04:45:49 UTC
Apache::Session::Wrapper - A simple wrapper around Apache::Session
This module is a simple wrapper around Apache::Session which provides some methods to simplify getting and setting the session id. It can uses cookies to store the session id, or it can look in a provided object for a specific parameter. Alternately,...
YVES/Apache-Session-Wrapper-0.34 - 21 May 2010 07:36:59 UTC
Maypole::Plugin::Config::Apache - read config settings from httpd.conf
Anything starting with "Maypole" or "MaypoleEval" is taken to be a config setting for Maypole. Everything after the "Maypole" or "MaypoleEval" is the variable name, in StudlyCaps form. Values from "MaypoleEval" variables are run through an "eval", al...
DAVEBAIRD/Maypole-Plugin-Config-Apache-0.21 - 12 Aug 2005 22:52:24 UTC