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 UTCThis 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 UTCRuns a script (process) and fetches its output, passes it to next chained handlers....
JANPAZ/Apache-OutputChain-0.11 - 28 Aug 2002 09:40:09 UTCThis 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 UTCThis 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 UTCThis 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 UTCApache::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 UTCIn 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 UTCThis 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