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

Search results for "module:Apache"

Apache::Emulator::Apache - An Apache object emulator for use with Mason River stage zero No dependents

This class's API is documented in HTML::Mason::CGIHandler....

NWETTERS/Apache-Emulator-0.06 - 19 Jul 2005 10:44:23 UTC

Apache::Test - Test.pm wrapper with helpers for testing Apache River stage three • 69 direct dependents • 121 total dependents

Apache::Test is a wrapper around the standard "Test.pm" with helpers for testing an Apache server....

SHAY/Apache-Test-1.43 - 07 Nov 2021 13:00:25 UTC

Apache::DB - Run the interactive Perl debugger under mod_perl River stage zero No dependents

Perl ships with a very useful interactive debugger, however, it does not run "out-of-the-box" in the Apache/mod_perl environment. Apache::DB makes a few adjustments so the two will cooperate....

LZE/Apache-DB-0.18 - 17 May 2020 09:26:08 UTC

Apache::PAR - Perl extension for including Perl ARchive files in a mod_perl (1.x or 2.x) environment. River stage zero No dependents

Apache::PAR is a framework for including Perl ARchive files in a mod_perl (1.x or 2.x) environment. It allows an author to package up a web application, including configuration, static files, Perl modules, and Registry and PerlRun scripts to include ...

NBYRD/Apache-PAR-0.30 - 30 Aug 2003 02:39:52 UTC

Apache::XAO - Apache XAO handler River stage one • 2 direct dependents • 2 total dependents

Apache::XAO provides a clean way to integrate XAO::Web based web sites into mod_perl for maximum performance. The same site can still be used in CGI mode (see XAO::Web::Intro for configuration samples). Apache::XAO must be installed as PerlTransHandl...

AMALTSEV/XAO-Web-1.91 - 22 May 2023 21:52:57 UTC

Apache::PSP - mod_perl interface to Perl Server Pages River stage zero No dependents

Apache::PSP is the mod_perl interface to the Template::PSP module. This module allows Perl Server Pages (PSP) to be used on an Apache server running mod_perl. See the Template:PSP module for a more detailed explanation of PSP pages and their usage....

RADCLIFF/Apache-PSP-1.00 - 20 Mar 2004 00:53:47 UTC

Apache::Toe - A mod_perl Web Client for Playing TicTacToe Against An ActiveWorks Adapter. River stage one • 1 direct dependent • 1 total dependent

The Apache::Toe module will play the game of Tic-Tac-Toe thru an Apache server and ActiveWorks broker. The module demonstrates an Aw::Client used under mod_perl. The bin/ttt_adapter.pl must be running and attached to the same broker used by this modu...

DYACOB/Aw-0.16.7 - 20 Feb 2003 14:31:15 UTC

Apache::Dir - Simple Perl Version of mod_dir River stage zero No dependents

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::MVC - Apache front-end to Maypole River stage two • 11 direct dependents • 13 total dependents

A mod_perl platform driver for Maypole. Your application can inherit from Apache::MVC directly, but it is recommended that you use Maypole::Application....

TEEJAY/Maypole-2.13 - 18 Apr 2008 10:27:38 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::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::Pod - base class for converting Pod files to prettier forms River stage one • 1 direct dependent • 2 total dependents

PETDANCE/Apache-Pod-0.22 - 17 Sep 2005 03:55:19 UTC

Apache::OWA - Run OWA applications under Apache/mod_perl River stage zero No dependents

Example configuration. <Location /scott/> SetHandler perl-script PerlHandler Apache::OWA; PerlSetVar DAD oracle:scott:tiger </Location> This configuration means that calling "http://server/scott/print_cgi_env" executes the pl/sql procedure "scott.pri...

SVINTO/Apache-OWA-0.7 - 13 Apr 2000 09:04:04 UTC

Apache::MP3 - Generate streamable directories of MP3 and Ogg Vorbis files River stage zero No dependents

This module makes it possible to browse a directory hierarchy containing MP3, Ogg Vorbis, or Wav files, sort them on various fields, download them, stream them to an MP3 decoder like WinAmp, and construct playlists. The display is configurable and su...

LDS/Apache-MP3-4.00 - 15 Apr 2006 01:26:38 UTC

Apache::CVS - method handler provide a web interface to CVS repositories River stage zero No dependents

"Apache::CVS" is a method handler that provide a web interface to CVS repositories. Please see "CONFIGURATION" to see what configuration options are available. To get started you'll at least need to set CVSRoots to your local CVS Root directory. "Apa...

BARBEE/Apache-CVS-0.10 - 15 Dec 2003 00:53:26 UTC

Apache::RSS - generate RSS output for directory Index. River stage zero No dependents

Apache::RSS generate RSS output of directory Index. Just like a mod_index_rss. http://software.tangent.org/projects.pl?view=mod_index_rss...

IKEBE/Apache-RSS-0.05 - 30 May 2002 14:11:22 UTC

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

Apache::FakeCookie - fake request object for debugging River stage zero No dependents

This module assists authors of Apache::* modules write test suites that would use Apache::Cookie without actually having to run and query a server to test the cookie methods. Loaded in the test script after the author's target module is loaded, Apach...

MIKER/Apache-FakeCookie-0.08 - 12 Sep 2006 02:05:45 UTC

Apache::SMTP - A simple SMTP server using Apache and mod_perl made simple with Apache::TieBucketBrigade River stage zero No dependents

This implements a very simple SMTP server using Apache and mod_perl 2. The current behavior is to immediately send (using Net::SMTP) any mail it receives to the server set using PerlSetVar MailHost on port PerlSetVar MailPort Because of the above beh...

MOCK/Apache-SMTP-0.01 - 23 Feb 2004 09:05:27 UTC

Apache::SOAP - mod_perl-based SOAP server with minimum configuration River stage three • 110 direct dependents • 144 total dependents

This Apache Perl module provides the ability to add support for SOAP (Simple Object Access Protocol) protocol with easy configuration (either in .conf or in .htaccess file). This functionality should give you lightweight option for hosting SOAP servi...

PHRED/SOAP-Lite-1.27 - 14 May 2018 20:36:08 UTC
1,220 results (0.047 seconds)