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

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::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::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::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::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::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::StickyQuery - rewrites links using sticky query River stage zero No dependents

Suppose page transactions like this: foo.cgi => bar.html => baz.cgi ?sid=0123456 ?sid=0123456 It is difficult to keep sid query parameter between two cgis without cookies (or mod_rewrite hacks). Apache::StickyQuery is a filter that rewrites all links...

MIYAGAWA/Apache-StickyQuery-0.02 - 18 Oct 2001 02:38:43 UTC

Apache::AntiSpam::NoSpam - Add suffix to local-part in Email River stage zero No dependents

Apache::AntiSpam::NoSpam is a subclass of Apache::AntiSpam, filter module to prevent e-mail addresses exposed as is on web pages. This module adds -nospam suffix to local-part of e-mail addresses. For example, "miyagawa@cpan.org" will be filtered to ...

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

Apache::AntiSpam::SpamTrap - Add SpamTrap suffix to local-part in Email River stage zero No dependents

Apache::AntiSpam::SpamTrap is a subclass of Apache::AntiSpam, filter module to prevent e-mail addresses exposed as is on web pages. This module adds a Blowfish encrypted string suffix to the local-part of e-mail addresses. This string contains a time...

APLEINER/Apache-AntiSpam-SpamTrap-0.01 - 14 Jul 2003 14:57:16 UTC

Apache::AntiSpam::Heuristic - Filters E-mail address to heuristic one River stage zero No dependents

Apache::AntiSpam::Heuristic is a subclass of Apache::AntiSpam, filter module to prevent e-mail addresses exposed as is on web pages. This module filters e-mail addresses to heuristic ones. For example, "miyagawa@cpan.org" will be filtered to "miyagaw...

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

Apache::AntiSpam::HTMLEncode - Encodes E-mail addresses with HTML River stage zero No dependents

Apache::AntiSpam::HTMLEncode is a subclass of Apache::AntiSpam, filter module to prevent e-mail addresses exposed as is on web pages. This module encodes e-mail addresses with HTML. For example, "miyagawa@cpan.org" will be filtered to "mi&#...

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

Apache::AntiSpam::JavaScript - Encodes mailto: E-mail addresses with JavaScript River stage zero No dependents

Apache::AntiSpam::JavaScript is based on Apache::AntiSpam and implements a filter module to prevent e-mail addresses exposed as is on web pages. This module converts the anchors containing e-mail addresses (mailto:) to JavaScript code. # in html-file...

APLEINER/Apache-AntiSpam-JavaScript-0.03 - 06 Aug 2004 15:06:55 UTC
12 results (0.037 seconds)