Search results for "module:Apache::Filter"

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::Filter::HanConvert - Filter between Chinese variant and encodings River stage zero No dependents

This module utilizes the Encode::HanConvert module with Apache2's output filtering mechanism, to provide a flexible and customizable solution for serving multiple encoding/variants from the same source documents. From the settings in "SYNOPSIS", the ...

AUTRIJUS/Apache-Filter-HanConvert-0.02 - 12 Dec 2002 07:08:50 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::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::JemplateFilter - Jemplate complie filter for Apache River stage zero No dependents

This module is Jemplate compile filter for Apache1.x (mod_perl1.x). For Apache2, use Apache2::JemplateFilter....

FUJIWARA/Apache-JemplateFilter-0.02 - 17 Apr 2008 09:11:42 UTC

Apache::AntiSpam - AntiSpam filter for web pages River stage zero No dependents

Apache::AntiSpam is a filter module to prevent e-mail addresses exposed as is on web pages. The way to hide addresses from spammers are implemented in each of Apache::Antispam::* subclasses. This module is Filter aware, meaning that it can work withi...

MIYAGAWA/Apache-AntiSpam-0.05 - 03 May 2002 13:45:55 UTC

Apache::StrReplace - Filter between string replace River stage zero No dependents

StrReplaceSearch ... search strings. StrReplaceReplace ... replace strings. StrReplaceOption ... regexp options. ( default "g" ) StrReplaceContentType ... target Content-Type ( default "text/html" ) run code image. if ($f->r->content_type~/$contentTy...

ASKADNA/Apache-StrReplace-0.03 - 17 Jul 2007 01:30:53 UTC

Apache::Lint - Apache wrapper around HTML::Lint River stage zero No dependents

PETDANCE/Apache-Lint-0.10 - 22 Nov 2004 22:52:39 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::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::Blog - mod_perl weblog handler River stage zero No dependents

Apache::Blog is a simple handler for online diaries. At the moment it works on the one-entry-one-page paradigm, but would be easy to apapt to multiple entries per page if this is prefered. In the future this will be a configuration option. It is insp...

GARDNER/Apache-Blog-0.03 - 28 Jun 2002 08:19:49 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::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::Compress - Auto-compress web files with Gzip River stage zero No dependents

This module lets you send the content of an HTTP response as gzip-compressed data. Certain browsers (Netscape, IE) can request content compression via the "Accept-Encoding" header. This can speed things up if you're sending large files to your users ...

KWILLIAMS/Apache-Compress-1.005 - 17 Nov 2004 20:03:09 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::Dynagzip - mod_perl extension for Apache-1.3.X to compress the response with gzip format. River stage zero No dependents

The main pupose of this package is to serve the "content generation phase" within the mod_perl enabled "Apache 1.3.X", providing dynamic on the fly compression of outgoing web content. This is done through the use of "zlib" library via the "Compress:...

SLAVA/Apache-Dynagzip-0.16 - 07 Nov 2004 21:28:45 UTC

Apache::XPP::Inline - Use XPP as an inline source filter River stage zero No dependents

The Apache::XPP::Inline module allows access to XPP parsing in an inline fashion. After a "use Apache::XPP::Inline;" statement, the remaining source code will be interpreted as XPML, and parsed appropriately....

CNATION/Apache-XPP-2.02 - 12 Mar 2002 06:32:15 UTC

Apache::Clickable - Make URLs and Emails in HTML clickable River stage zero No dependents

Apache::Clickable is a filter to make URLs in HTML clickable. With URI::Find and Email::Find, this module finds URL and Email in HTML document, and automatically constructs hyperlinks for them. For example, <body> Documentation is available at http:/...

MIYAGAWA/Apache-Clickable-0.02 - 03 May 2002 13:57:45 UTC

Apache::AliasList - Apache translation handler to process lists of aliases River stage zero No dependents

When using a content management system, it is common for URIs to become quite long and complex. In many cases it is therefore desirable to provide a shorter, more descriptive URI (e.g. to convey verbally or in print). Apache provides an "Alias" direc...

JONALLEN/Apache-AliasList-0.08 - 06 Mar 2004 18:21:11 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
40 results (0.048 seconds)