The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:Apache::Storage"

Apache::Storage - Storing data in Apache. River stage zero No dependents

Ever wanted to store information in Apache so the additional requests could gain access to it? For example, you create an object which is fairly expensive and you don't want to have to recreate each time, or say you just have some information you are...

KROW/Apache-Storage-1.1 - 21 Feb 2001 01:13:15 UTC

Apache::JAF - mod_perl and Template-Toolkit web applications framework River stage zero No dependents

Introduction Apache::JAF is designed for creation web applications based on MVC (Model-View-Controller) concept. * *Modeller* is JAF descendant * *Controller* is Apache::JAF descendant * and the *Viewer* is set of the templates using Template-Toolkit...

GRISHACE/Apache-JAF-0.21 - 02 Mar 2004 11:05:36 UTC

Apache::ASP - Active Server Pages for Apache with mod_perl River stage one • 2 direct dependents • 2 total dependents

Apache::ASP provides an Active Server Pages port to the Apache Web Server with Perl scripting only, and enables developing of dynamic web applications with session management and embedded Perl code. There are also many powerful extensions, including ...

CHAMAS/Apache-ASP-2.63 - 15 Mar 2018 05:28:37 UTC

Apache::WebDAV - Extensible WebDAV server for Apache. River stage zero No dependents

Apache::WebDAV is a WebDAV server implementation. It was originally based on Net::DAV::Server (which isn't compatible with Apache), but has undergone significant architectural changes. Apache::WebDAV can be used with a simple mod_perl handler and tie...

LOZIER/Apache-WebDAV-0.01 - 22 Nov 2006 20:32:52 UTC

Apache::Session - A persistence framework for session data River stage two • 31 direct dependents • 44 total dependents

Apache::Session is a persistence framework which is particularly useful for tracking session data between httpd requests. Apache::Session is designed to work with Apache and mod_perl, but it should work under CGI and other web servers, and it also wo...

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

Apache::Traffic - Tracks hits and bytes transferred on a per-user basis River stage zero No dependents

This module tracks the total number of hits and bytes transferred per day by the Apache web server, on a per-user basis. This allows for real-time statistics without having to parse the log files. After installation, add this to your Apache's httpd.c...

MAURICE/Apache-Traffic-1.02 - 09 Jan 1998 19:03:14 UTC

Apache::MiniWiki - Miniature Wiki for Apache River stage zero No dependents

Apache::MiniWiki is a simplistic Wiki for Apache. It doesn't have much uses besides very simple installations where hardly any features are needed. What is does support though is: - storage of Wiki pages in RCS - templates through HTML::Template - te...

KERW/Apache-MiniWiki-0.92 - 08 Nov 2003 20:36:42 UTC

Apache::Session::Redis - An implementation of Apache::Session River stage zero No dependents

This module is an implementation of Apache::Session::NoSQL. It uses the Redis storage system...

GUIMARD/Apache-Session-NoSQL-0.3 - 26 Jan 2023 06:47:46 UTC

Apache::Wyrd::Form - Build complex HTML forms from Wyrds River stage zero No dependents

The "Apache::Wyrd::Form" (Form) object provides the core mechanism for processing fill-in forms. The Form requires one or more "Apache::Wyrd::Form::Template" objects (Templates) which provide, on the same page/url/Location, the pages which make up th...

WYRD/Apache-Wyrd-0.98 - 15 Apr 2008 21:32:47 UTC

Apache::AppSamurai - An Authenticating Mod_Perl Front End River stage zero No dependents

Apache::AppSamurai protects web applications from direct attack by unauthenticated users, and adds a flexible authentication front end to local or proxied applications with limited authentication options. Unauthenticated users are presented with eith...

PAULDOOM/Apache-AppSamurai-1.01 - 03 May 2008 07:10:21 UTC

Apache::Wyrd::User - Abstract user object River stage zero No dependents

Provides an object for the storage of user and user-authorization information....

WYRD/Apache-Wyrd-0.98 - 15 Apr 2008 21:32:47 UTC

Apache::Wyrd::Input - Form Input Wyrds (scalar) River stage zero No dependents

This is the base class for Input objects, which are tracked and affected by the Apache::Wyrd::Form (Form) objects that enclose them. The base Input object is meant to replace, in most cases, the input HTML objects: * text inputs * password inputs * t...

WYRD/Apache-Wyrd-0.98 - 15 Apr 2008 21:32:47 UTC

Apache::SiteControl - Perl web site authentication/authorization system River stage zero No dependents

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::Session::Cassandra - An implementation of Apache::Session River stage zero No dependents

This module is an implementation of Apache::Session::NoSQL. It uses the Cassandra storage system...

GUIMARD/Apache-Session-NoSQL-0.3 - 26 Jan 2023 06:47:46 UTC

Apache::Session::DBMS - An implementation of Apache::Session using DBMS River stage zero No dependents

This module is an implementation of Apache::Session. It uses DBMS to store session variables on a remote hashed storage and no locking. The advantage of this is that it is fairly fast and allow to share session information across different machines i...

AREGGIORI/Apache-Session-DBMS-0.32 - 03 Nov 2006 12:25:33 UTC

Apache::Session::Store::NoSQL::Redis - An implementation of Apache::Session::Store River stage zero No dependents

This module is an implementation of Apache::Session::NoSQL. It uses the Redis storage system...

GUIMARD/Apache-Session-NoSQL-0.3 - 26 Jan 2023 06:47:46 UTC

Apache::Session::SQLite - use DBD::SQLite for Apache::Session storage River stage zero No dependents

This module is equal to the following. tie %hash,'Apache::Session::Flex',$id,{ Store => 'MySQL', Lock => 'Null', Generate => 'MD5', Serialize => 'Base64', DataSource => 'dbi:SQLite:dbname=/tmp/hoge.db'};...

KOBAYASI/Apache-Session-SQLite-0.21 - 01 May 2002 09:19:28 UTC

Apache::Session::Wrapper - A simple wrapper around Apache::Session River stage one • 5 direct dependents • 8 total dependents

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

Apache::Session::Counted - Session management via a File::CounterFile River stage zero No dependents

This session module is based on Apache::Session, but it persues a different notion of a session, so you probably have to adjust your expectations a little. The dialog that is implemented within an HTTP based application is a nonlinear chain of events...

ANDK/Apache-Session-Counted-1.119 - 26 Apr 2019 14:59:27 UTC

Apache::SiteControl::User - User representations River stage zero No dependents

AWKAY/Apache-SiteControl-1.01 - 05 Oct 2005 22:09:43 UTC
63 results (0.052 seconds)