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

Search results for "module:Apache::Registry"

Apache::PAR::Registry - Apache::Registry subclass which serves Apache::Registry scripts to clients from within .par files. River stage zero No dependents

Subclass of Apache::Registry (or ModPerl::Registry) to serve Apache::Registry scripts to clients from within .par files. Registry scripts should continue to operate as they did before when inside a .par archive. To use, add Apache::PAR::Registry into...

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

Apache::HEADRegistry - Apache::Registry drop-in for HEAD requests River stage zero No dependents

Apache::HEADRegistry is a drop-in for Apache::Registry that properly handles HEAD requests. Currently, Apache::Registry incorrectly handles HEAD requests - it acts as though they are GET requests, returning both the headers and content. So, not only ...

GEOFF/Apache-HEADRegistry-0.01 - 10 Jun 2004 14:42:52 UTC

Apache::RegistryFilter - run Perl scripts in an Apache::Filter chain River stage zero No dependents

This module is a subclass of Apache::RegistryNG, and contains all of its functionality. The only difference between the two is that this module can be used in conjunction with the Apache::Filter module, whereas Apache::RegistryNG cannot. For informat...

KWILLIAMS/Apache-Filter-1.024 - 25 Sep 2005 03:04:17 UTC

Apache::RegistryLexInfo - Diff Apache::Registry script padlists River stage zero No dependents

*Apache::RegistryLexInfo* is a subclass of *Apache::RegistryNG* which takes snapshots of the handler padlist before and after it is run. The differences (if any) and the before/after snapshots are printed to the HTTP stream after the script has run....

DOUGM/B-LexInfo-0.02 - 29 Jun 1999 05:03:21 UTC

Apache::PAR::RegistryCooker - Internal base class used by Apache::PAR classes River stage zero No dependents

This is an internal class used by Apache::PAR, and should not be used directly....

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

Apache::Dispatch - call PerlHandlers with the ease of Registry scripts River stage zero No dependents

Apache::Dispatch translates $r->uri into a class and method and runs it as a PerlHandler. Basically, this allows you to call PerlHandlers as you would Regsitry scripts without having to load your httpd.conf with a slurry of <Location> tags....

PHRED/Apache2-Dispatch-0.15 - 13 Feb 2010 02:45:06 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::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::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::HTPL - Apache mod_perl driver for HTPL. River stage zero No dependents

After installed, this module will boost the performance of HTPL by having pages compiled in memory and run again and again. It utilizes the Apache mod_perl extension, and can't be otherwise used. The HTPL page translator is compiled into this module ...

SCHOP/htpl-3.14 - 28 Feb 2002 09:42:59 UTC

Apache::DProf - Hook Devel::DProf into mod_perl River stage zero No dependents

The Apache::DProf module will run a Devel::DProf profiler inside each child server and write the *tmon.out* file in the directory *$ServerRoot/logs/dprof/$$* when the child is shutdown. Next time the parent server pulls in Apache::DProf (via soft or ...

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

Apache::Filter - Alter the output of previous handlers River stage zero No dependents

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::SSIChain - do SSI on other modules' output River stage one • 1 direct dependent • 1 total dependent

This module uses Apache::SSI and Apache::OutputChain modules to create a filtering module that takes output from other modules (Apache::PassHtml, Apache::PassExec), parses SSI tags and sends the result to Apache, or maybe to other module (Apache::Gzi...

JANPAZ/Apache-OutputChain-0.11 - 28 Aug 2002 09:40:09 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::Keywords - Store keywords as a personal profile in a cookie. River stage zero No dependents

An Apache::Keywords class object will generate/update a cookie. The cookie contains a personal profile, e.g. counts the different keywords that are added to it. The module could be configured as a "PerlFixupHandler" for a static file in mod_perl, e.g...

MAGNUS/Apache-Keywords-0.1 - 09 Apr 2000 17:24:30 UTC

Apache::ChildExit - Modify ModPerl Apache::Registry's treatment of END blocks River stage zero No dependents

## Example use Apache::ChildExit qw( Postpone ) ; ## ...user code... printf "%d\n", Apache::ChildExit::ENDBlockCount() ; # 4 printf "%d\n", Apache::ChildExit::PostponedCount() ; # 0 Postpone() ; printf "%d\n", Apache::ChildExit::ENDBlockCount() ; # 0...

TQISJIM/ChildExit_0-1 - 05 Nov 2002 16:03:24 UTC

Apache::DebugInfo - log various bits of per-request data River stage zero No dependents

Apache::DebugInfo gives the programmer the ability to monitor various bits of per-request data. You can enable Apache::DebugInfo as a PerlInitHandler, in which case it chooses what request phase to display the appropriate data. The output of data can...

GEOFF/Apache-DebugInfo-0.05 - 19 Oct 2000 14:05:31 UTC

Apache::GTopLimit - Limit Apache httpd processes River stage zero No dependents

This module will run on platforms supported by GTop.pm a Perl interface to libgtop (which in turn needs libgtop : See http://home-of-linux.org/gnome/libgtop/ ). This module was written in response to questions on the mod_perl mailing list on how to t...

STAS/Apache-GTopLimit-1.02 - 19 Mar 2002 17:03:30 UTC

Apache::SizeLimit - Because size does matter. River stage zero No dependents

******************************** NOTICE ******************* This version is only for httpd 1.3.x and mod_perl 1.x series. For httpd 2.x / mod_perl 2.x Apache2::SizeLimit documentation please read the perldoc in lib/Apache2/SizeLimit.pm **************...

SHAY/Apache-SizeLimit-0.98 - 06 Aug 2023 10:47:30 UTC
35 results (0.039 seconds)