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

Search results for "module:Apache::OutputChain"

Apache::OutputChain - chain stacked Perl handlers River stage one • 1 direct dependent • 1 total dependent

This module allows chaining perl of handlers in Apache, which allows you to make filter modules that take output from previous handlers, make some modifications, and pass the output to the next handler or out to browser. Normal handler modules specif...

JANPAZ/Apache-OutputChain-0.11 - 28 Aug 2002 09:40:09 UTC

Apache::PassHtml - print out the html file River stage one • 1 direct dependent • 1 total dependent

This is simple script to show the use of module Apache::OutputChain. It will pick up a html file and send it to the output, STDOUT. We assume that the output is tied either to Apache (by default), or some user-defined perl handler. We need to read an...

JANPAZ/Apache-OutputChain-0.11 - 28 Aug 2002 09:40:09 UTC

Apache::PassExec - run CGI and catch its output River stage one • 1 direct dependent • 1 total dependent

Runs a script (process) and fetches its output, passes it to next chained handlers....

JANPAZ/Apache-OutputChain-0.11 - 28 Aug 2002 09:40:09 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::MakeCapital - convert server output to uppercase River stage one • 1 direct dependent • 1 total dependent

This is a module to show the use of module Apache::OutputChain. The function *handler* simply inserts this module into the chain, calling Apache::OutputChain::handler($r, __PACKAGE__); This is the initialization stage. The second parameter in the cal...

JANPAZ/Apache-OutputChain-0.11 - 28 Aug 2002 09:40:09 UTC

Apache::GzipChain - compress HTML (or anything) in the OutputChain River stage zero No dependents

This module compresses any output from another perl handler if the browser requesting the document understands gzip encoding or if the config variable ForceGzip is set. To determine if the browser is able to understand us we check its *Accept-Encodin...

ANDK/Apache-GzipChain-1.20 - 21 Nov 2007 05:59:53 UTC

Apache::SSI - Implement Server Side Includes in Perl River stage zero No dependents

Apache::SSI implements the functionality of mod_include for handling server-parsed html documents. It runs under Apache's mod_perl. In my mind, there are two main reasons you might want to use this module: you can sub-class it to implement your own c...

KWILLIAMS/Apache-SSI-2.19 - 27 Jan 2005 04:04:14 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::PassFile - print a file to STDOUT River stage zero No dependents

This handler implements nothing but a quite efficient cat(1) in perl. While it innocently prints to STDOUT it may well be the case that STDOUT has been tied, and that's the only reason why this module is needed. Once we can stack any apache modules o...

ANDK/Apache-GzipChain-1.20 - 21 Nov 2007 05:59:53 UTC
9 results (0.027 seconds)