Search results for "module:CGI::Application::Plugin::Apache"
CGI::Application::Plugin::Apache - Allow CGI::Application to use Apache::* modules without interference
This plugin helps to try and fix some of the annoyances of using CGI::Application in a pure mod_perl (1.0 or 2.0) environment (see INSTALLATION for specific issues regarding installation under mod_perl 2.x). CGI::Application assumes that you use CGI....
WONKO/CGI-Application-Plugin-Apache-1.02 - 17 Jun 2011 16:54:24 UTC
CGI::Application::Plugin::Apache::Request
This package is just a wrapper around Apache::Request to add CGI.pm compatible methods. The interface and usage is exactly the same as CGI.pm. delete() POD ERRORS Hey! The above document had some coding errors, which are explained below: Around line ...
WONKO/CGI-Application-Plugin-Apache-1.02 - 17 Jun 2011 16:54:24 UTC
CGI::Application::Plugin::Apache2::Request
This package is just a wrapper around Apache::Request / Apache2::Request to add CGI.pm compatible methods. The interface and usage is exactly the same as CGI.pm for the methods provided. delete() POD ERRORS Hey! The above document had some coding err...
WONKO/CGI-Application-Plugin-Apache-1.02 - 17 Jun 2011 16:54:24 UTC
CGI::Snapp - An almost back-compat fork of CGI::Application
A fork of CGI::Application (later CGI::Application::Dispatch etc) in order to understand how they work in sufficient detail that I can put CGI::Snapp etc into production - *in my own code* - as replacements for those modules. You are *strongly* encou...
RSAVAGE/CGI-Snapp-2.01 - 11 Sep 2016 01:13:27 UTC
CGI::Header - Handle CGI.pm-compatible HTTP header properties
This module is a utility class to manipulate a hash reference received by CGI.pm's "header()" method. This module isn't the replacement of the "header()" method, but complements CGI.pm. This module can be used in the following situation: 1. $header i...
ANAZAWA/CGI-Header-0.63 - 01 Aug 2013 08:19:26 UTC
CGI::Session - persistent session data in CGI applications
CGI::Session provides an easy, reliable and modular session management system across HTTP requests....
MARKSTOS/CGI-Session-4.48 - 11 Jul 2011 13:02:37 UTC
CGI::Application - Framework for building reusable web-applications
It is intended that your Application Module will be implemented as a sub-class of CGI::Application. This is done simply as follows: package My::App; use base 'CGI::Application'; Notation and Conventions For the purpose of this document, we will refer...
MARTO/CGI-Application-4.61 - 02 Mar 2018 09:20:24 UTC
CGI::AuthRegister - Simple CGI Authentication and Registration in Perl
CGI::AuthRegister is a Perl module for CGI user authentication and registration. It is created with objective to be simple, flexible, and transparent. For the sake of simplicity, it is not completely portable, but mostly designed for Linux environmen...
VLADO/CGI-AuthRegister-1.404 - 19 Sep 2022 22:40:27 UTC
CGI::Snapp::Dispatch - Dispatch requests to CGI::Snapp-based objects
This module provides a way to automatically look at the path info - $ENV{PATH_INFO} - of the incoming HTTP request, and to process that path info like this: o Parse off a module name o Parse off a run mode o Create an instance of that module (i.e. lo...
RSAVAGE/CGI-Snapp-Dispatch-2.00 - 03 Oct 2016 22:09:04 UTC
CGI::Application::Framework - Fully-featured MVC web application platform
"CGI::Application::Framework" is a web development plaform built upon "CGI::Application". It incorporates many modules from CPAN in order to provide a feature-rich environment, and makes it easy to write robust, secure, scalable web applications. It ...
RDICE/CGI-Application-Framework-0.26 - 01 Nov 2005 02:13:47 UTC
CGI::Application::Plugin::REST - Helps implement RESTful architecture in CGI applications
REST stands for REpresentational State Transfer. It is an architecture for web applications that tries to leverage the existing infrastructure of the World Wide Web such as URIs, MIME media types, and HTTP instead of building up protocols and functio...
JALDHAR/CGI-Application-Plugin-REST-0.3 - 06 Mar 2015 22:55:37 UTC
CGI::Application::Demo::Basic - A vehicle to showcase CGI::Application
"CGI::Application::Demo::Basic" showcases "CGI::Application"-based applications, via these components: o A set of 7 CGI instance scripts o A set of 4 text configuration files o A CSS file o A data file to help bootstrap populating the database o A se...
RSAVAGE/CGI-Application-Demo-Basic-1.06 - 25 Apr 2010 03:03:46 UTC
CGI::Application::Plugin::Session - Plugin that adds session support to CGI::Application
CGI::Application::Plugin::Session seamlessly adds session support to your CGI::Application modules by providing a CGI::Session object that is accessible from anywhere in the application. Lazy loading is used to prevent expensive file system or databa...
FREW/CGI-Application-Plugin-Session-1.05 - 21 Dec 2013 17:31:50 UTC
CGI::Application::Plugin::DBIProfile - DBI profiling plugin
CGI::Application::Plugin::DBIProfile provides popup (using CAP::DevPopup if available) holding DBI Profile information (see DBI::Profile, DBI::ProfileDumper). It will output both graphed output and a DBI::ProfileDumper report....
UNRTST/CGI-Application-Plugin-DBIProfile-0.07 - 09 Nov 2009 21:28:37 UTC
CGI::Application::Plugin::Config::Any - Add Config::Any Support to CGI::Application
This module allows to use Config::Any for config files inside a CGI::Application based application. This module is "work in progress" and subject to change without warning! (Config::Any provides a facility for Perl applications and libraries to load ...
MAB/CGI-Application-Plugin-Config-Any-0.14 - 17 Jul 2013 14:53:20 UTC
CGI::Application::Plugin::Config::Context - Hierarchical, context-based configuration support for CGI::Application
This module allows you to easily access configuration data stored in any of the formats supported by Config::Context: Config::General (Apache style), XML::Simple and Config::Scoped. You can also automatically match configuration sections to the reque...
MGRAHAM/CGI-Application-Plugin-Config-Context-0.18 - 16 Nov 2005 10:06:31 UTC
CGI::Application::Plugin::Config::General - Add Config::General Support to CGI::Application
This module allows you to easily access configuration data stored in Config::General (i.e. Apache-style) config files. You can also automatically match configuration sections to the request URL, or to the module name. This is similar to how Apache dy...
MGRAHAM/CGI-Application-Plugin-Config-General-0.08 - 25 Oct 2009 15:57:08 UTC
CGI::Application::Plugin::Authorization::Driver::HTGroup - HTGroup Authorization driver
CEESHEK/CGI-Application-Plugin-Authorization-0.07
-
02 Mar 2008 05:29:39 UTC
CGI::Application::Plugin::Authentication::Driver::HTPasswd - HTPasswd Authentication driver
This Driver allows you to authenticate against an htpasswd file. For information on the format of the htpasswd file, see the documentation for the Apache webserver. This driver requires that the Apache::Htpasswd module is installed....
WESM/CGI-Application-Plugin-Authentication-0.23 - 05 Mar 2018 19:17:59 UTC