The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "Apache::DBI"

Apache::DBI - Initiate a persistent database connection River stage two • 6 direct dependents • 10 total dependents

This module initiates a persistent database connection. The database access uses Perl's DBI. For supported DBI drivers see: http://dbi.perl.org/ When loading the DBI module (do not confuse this with the Apache::DBI module) it checks if the environmen...

PHRED/Apache-DBI-1.12 - 12 Jun 2013 07:28:36 UTC - Search in distribution

Apache::DBI::Cache - a DBI connection cache River stage zero No dependents

This module is an alternative to the famous Apache::DBI module. As Apache::DBI it provides persistent DBI connections. It can be used with mod_perl1, mod_perl2 and even standalone. WHY ANOTHER MODULE FOR THE SAME? Apache::DBI has a number of limitati...

OPI/Apache-DBI-Cache-0.08 - 22 May 2006 09:48:54 UTC - Search in distribution

Apache::Status::DBI - Show status of all DBI database and statement handles River stage zero No dependents

A plugin for Apache::Status that adds a 'DBI handles' menu item to the Apache::Status page. The DBI handles menu item leads to a page that shows all the key information for all the drivers, database handles and statement handles that currently exist ...

TIMB/Apache-Status-DBI-1.012 - 16 Aug 2007 14:16:23 UTC - Search in distribution

Apache::Language::DBI - DBI interface for Apache::Language River stage zero No dependents

This LanguageHandler implements a per-location DBI dictionnary. It looks-up a given table for a matching language/key pair and returns the best possible match. The configurable directives are pretty self-explanatory....

GOZER/Apache-Language-0.14 - 21 Jul 2000 20:50:32 UTC - Search in distribution
  • Apache::Language - Perl transparent language support for Apache modules and mod_perl scripts

DBI::ProfileDumper::Apache - capture DBI profiling data from Apache/mod_perl River stage four • 940 direct dependents • 2099 total dependents

This module interfaces DBI::ProfileDumper to Apache/mod_perl. Using this module you can collect profiling data from mod_perl applications. It works by creating a DBI::ProfileDumper data file for each Apache process. These files are created in your Ap...

TIMB/DBI-1.643 - 31 Jan 2020 19:02:41 UTC - Search in distribution

Apache::DBILogin - authenticates and authorizes via a DBI connection River stage zero No dependents

Apache::DBILogin allows authentication and authorization against a multi-user database. It is intended to facilitate web-based transactions against a database server as a particular database user. If you wish authenticate against a passwd table inste...

JGROENVEL/Apache-DBILogin-2.06 - 21 Apr 2005 16:09:23 UTC - Search in distribution

Apache::DBILogger - Tracks what's being transferred in a DBI database River stage zero No dependents

This module tracks what's being transfered by the Apache web server in a SQL database (everything with a DBI/DBD driver). This allows to get statistics (of almost everything) without having to parse the log files (like the Apache::Traffic module, jus...

ABH/Apache-DBILogger-0.93 - 08 Oct 1998 06:18:50 UTC - Search in distribution

Apache::RedirectDBI - Redirect requests to different directories based on the existence of a user in one or more database tables River stage zero No dependents

"Apache::RedirectDBI" allows you to create a virtual path in your document hierarchy. All requests for access to this virtual path should require a username and password to access. When the user attempts to access this virtual path their username is ...

SANDERSON/RedirectDBI-0.02 - 06 Oct 2001 00:33:18 UTC - Search in distribution

Apache::DBILogConfig - Logs access information in a DBI database River stage zero No dependents

This module replicates the functionality of the standard Apache module, mod_log_config, but logs information in a DBI-compliant database instead of a file. (Some documentation has been borrowed from the mod_log_config documentation.)...

JBODNAR/Apache-DBILogConfig-0.02 - 17 Aug 2001 03:35:36 UTC - Search in distribution

Apache::AuthCookieDBI - An AuthCookie module backed by a DBI database. River stage zero No dependents

This module is an authentication handler that uses the basic mechanism provided by Apache::AuthCookie with a DBI database for ticket-based protection. It is based on two tokens being provided, a username and password, which can be any strings (there ...

MATISSE/Apache-AuthCookieDBI-2.1 - 03 Feb 2007 19:24:47 UTC - Search in distribution

Apache::AuthDigestDBI - Authentication and Authorization via Perl's DBI, supporting both Basic and Digest Authentication River stage zero No dependents

This is a hacked up version Apache::AuthDBI that uses Apache::AuthDigest to do Digest authentication. Please see the docs for Apache::AuthDBI for full usage....

GEOFF/Apache-AuthDigest-0.022 - 19 Dec 2002 20:49:50 UTC - Search in distribution

Apache::LoggedAuthDBI River stage zero No dependents

This is an extension of Apache::AuthDBI by Edmund Mergl. Its purpose is to add a degree of protection against brute force attacks and password sharing. To accomplish this LoggedAuthDBI makes use of a log table that records IP, username, status and ti...

SIMKIN/Apache-LoggedAuthDBI-0.12 - 13 Aug 2005 11:28:29 UTC - Search in distribution

Apache::AuthCookieDBIRadius - An AuthCookie module backed by a DBI database, and an optional Radius server. River stage zero No dependents

This module is an authentication handler that uses the basic mechanism provided by Apache::AuthCookie with a DBI database for ticket-based protection. It is based on two tokens being provided, a username and password, which can be any strings (there ...

BARRACODE/Apache-AuthCookieDBIRadius-1.19 - 16 Nov 2001 17:37:36 UTC - Search in distribution

Apache::SWIT::Maker - creates various skeleton files for your SWIT project. River stage one • 1 direct dependent • 1 total dependent

BOSU/Apache-SWIT-0.54 - 01 Mar 2011 20:42:42 UTC - Search in distribution

lib/Apache/Session/Store/DBI.pm River stage two • 30 direct dependents • 43 total dependents

CHORNY/Apache-Session-1.94 - 18 Sep 2020 22:00:45 UTC - Search in distribution

lib/Apache/Session/Browseable/DBI.pm River stage zero No dependents

GUIMARD/Apache-Session-Browseable-1.3.13 - 06 Jul 2023 11:38:32 UTC - Search in distribution

Apache::Session::DBIBase64Store - Session persistence via DBI with ASCII encoding of session data. River stage zero No dependents

Apache::Session::DBIBase64Store is a session data persistent store for Apache::Session. This module should be used instead of DBIStore in database that don't support binary data in table fields (like PostgreSQL for instance). This store also store th...

FRAJULAC/Apache-iNcom-0.09 - 19 Jun 2000 21:03:51 UTC - Search in distribution

Apache2::Controller::DBI::Connector - connects DBI to < $r-pnotes->{a2c}{dbh} >> or the key that you select. River stage zero No dependents

Connects a package-space DBI handle to "$r->pnotes->{a2c}{dbh}". You only need this where you need a database handle for every request, for example to connect to a session database regardless of whether the user does anything. You can load it only fo...

MARKLE/Apache2-Controller-v1.1.1 - 13 Jun 2014 19:02:14 UTC - Search in distribution

Apache2::WebApp::Plugin::DBI - Database interface wrapper River stage one • 2 direct dependents • 2 total dependents

A database independent interface that gives your application universal support across many databases including MySQL, PostGRe, and Oracle. Also supports many common flat file formats....

MBROOKS/Apache2-WebApp-Plugin-DBI-0.10 - 20 Jan 2011 23:00:29 UTC - Search in distribution
281 results (0.13 seconds)