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

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::CompressClientFixup - Perl extension for Apache-1.3.X to avoid gzip compression for some buggy browsers. River stage zero No dependents

This handler is supposed to serve the "fixup" stage on "mod-perl" enabled Apache-1.3.X. It unsets HTTP request header "Accept-Encoding" for the following web clients: Microsoft Internet Explorer Internet Explorer sometimes loses the first 2048 bytes ...

SLAVA/Apache-CompressClientFixup-0.07 - 20 Jul 2003 19:53:35 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::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::Test - Test.pm wrapper with helpers for testing Apache River stage three • 69 direct dependents • 122 total dependents

Apache::Test is a wrapper around the standard "Test.pm" with helpers for testing an Apache server....

SHAY/Apache-Test-1.43 - 07 Nov 2021 13:00:25 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::Archive - Expose archive files through the Apache web server. River stage zero No dependents

Apache::Archive is a mod_perl extension that allows the Apache HTTP server to expose tar and tar.gz archives on the fly. When a client requests such an archive file, the server will return a page displaying information about the file that allows the ...

JPETERSON/Apache-Archive-0.1 - 08 Aug 1999 17:52:12 UTC

Apache::PageKit - MVCC web framework using mod_perl, XML and HTML::Template River stage zero No dependents

PageKit is an mod_perl based application framework that uses HTML::Template and XML to separate code, design, and content. Includes session management, authentication, form validation, co-branding, and a content management system. Its goal is to solv...

BORISZ/Apache-PageKit-1.18 - 26 Mar 2005 18:49:05 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::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::HeavyCGI - Framework to run complex CGI tasks on an Apache server River stage zero No dependents

The Apache::HeavyCGI framework is intended to provide a couple of simple tricks that make it easier to write complex CGI solutions. It has been developed on a site that runs all requests through a single mod_perl handler that in turn uses CGI.pm or A...

ANDK/Apache-HeavyCGI-0.013302 - 04 Feb 2006 20:15:23 UTC

Apache::Pod::HTML - base class for converting Pod files to prettier forms River stage one • 1 direct dependent • 2 total dependents

PETDANCE/Apache-Pod-0.22 - 17 Sep 2005 03:55:19 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::Logmonster - Http log file splitter, processor, sorter, etc River stage zero No dependents

MSIMERSON/Apache-Logmonster-5.36 - 11 Sep 2014 06:33:32 UTC

Rex::Apache::Build - Build your WebApp Package River stage zero No dependents

With this module you can prepare your WebApp for deployment....

JFRIED/Rex-Apache-Deploy-0.12.0 - 29 Oct 2015 20:39:50 UTC

XMLRPC::Transport::HTTP - Server/Client side HTTP support for XMLRPC::Lite River stage two • 16 direct dependents • 19 total dependents

This class encapsulates all HTTP related logic for a XMLRPC server, independent of what web server it's attached to. If you want to use this class you should follow simple guideline mentioned above. PROXY SETTINGS You can use any proxy setting you us...

PHRED/XMLRPC-Lite-0.717 - 18 May 2013 05:12:15 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::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
24 results (0.057 seconds)