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::SSI"

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::FakeSSI - Implement Server Side Includes in Pure-Perl River stage zero No dependents

Apache::FakeSSI is a subclass of Apache::SSI. The difference between the two is that Apache::SSI uses full-blown Apache subrequests to implement server-side includes, whereas Apache::FakeSSI uses pure-perl. This allows the output of Apache::FakeSSI t...

KWILLIAMS/Apache-SSI-2.19 - 27 Jan 2005 04:04:14 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::Wyrd::Lib - Insert data from a file, as in SSI River stage zero No dependents

Wyrd equivalent of a simple Server-Side-Include. Inserts a file from the <DOCUMENTROOT>/lib/ directory into the HTML document at that point. Uses "Apache::Wyrd::Services::FileCache" to reduce disk accesses. HTML ATTRIBUTES file The file to insert. PE...

WYRD/Apache-Wyrd-0.98 - 15 Apr 2008 21:32:47 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::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::MIMEMapper - associate file extensions with PerlHandlers River stage zero No dependents

Apache::MIMEMapper extends the core AddHandler directive to allow you to dispatch different PerlHandlers based on the file extension of the requested resource. This means that you can now have .pl scripts under htdocs/ (or wherever) without resorting...

GEOFF/Apache-MIMEMapper-0.10 - 21 Feb 2002 14:22:31 UTC

Apache::Precompress - Deliver already compressed files or decompress on the fly River stage zero No dependents

This module lets you send pre-compressed files as though they were not. For those clients that do not support compressed content, the file is de-compressed on the fly. This module overcomes the overhead of having to compress data on the fly by keepin...

SPROCTOR/Apache-Precompress-0.1 - 06 Feb 2003 22:47:43 UTC

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::PerlRunFilter - run Perl scripts in an Apache::Filter chain River stage zero No dependents

This module is a subclass of Apache::PerlRun, 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::PerlRun cannot. It only takes a ti...

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

Apache::SimpleReplace - a simple template framework River stage zero No dependents

Apache::SimpleReplace provides a simple way to insert content within an established template for uniform content delivery. While the end result is similar to Apache::Sandwich, Apache::SimpleReplace offers several advantages. o It does not use separat...

GEOFF/Apache-SimpleReplace-0.06 - 06 Nov 2000 18:23:33 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::Application::Magic - Apache/mod_perl integration for CGI::Application::Magic River stage zero No dependents

This module is a "CGI::Application::Magic" sub class that supply a perl handler to integrate your application modules with the Apache/mod_perl server. The "CGI::Application::Magic" module is fully mod_perl 1 and 2 compatible, but the "Apache::Applica...

DOMIZIO/CGI-Application-Plus-1.21 - 25 Mar 2006 06:19:46 UTC

Bundle::Apache::ASP::Extra - Install modules that provide additional functionality to Apache::ASP River stage one • 2 direct dependents • 2 total dependents

This bundle contains extra modules used by Apache::ASP....

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

Apache::JavaScript::DocumentWrite - replaces document as javascript document.write River stage zero No dependents

Apache::JavaScript::DocumentWrite is a mod_perl handler to output HTML (or plain text) file as a JavaScript document.write file. This module helps you to do client-side SSI using JavaScript. For example, you have a HTML file generated from RSS with c...

MIYAGAWA/Apache-JavaScript-DocumentWrite-0.02 - 17 Dec 2003 06:53:09 UTC
15 results (0.037 seconds)