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 UTCThis 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 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 UTCThe 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 UTCApache::Test is a wrapper around the standard "Test.pm" with helpers for testing an Apache server....
SHAY/Apache-Test-1.42 - 28 Aug 2019 07:16:37 UTCApache::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 UTCApache::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 UTCPageKit 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 UTCApache::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 UTCApache::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 UTCThe 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 UTCPETDANCE/Apache-Pod-0.22 - 17 Sep 2005 03:55:19 UTC
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 UTCMSIMERSON/Apache-Logmonster-5.36 - 11 Sep 2014 06:33:32 UTC
With this module you can prepare your WebApp for deployment....
JFRIED/Rex-Apache-Deploy-0.12.0 - 29 Oct 2015 20:39:50 UTCThis 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 UTCSuppose 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 UTCThis 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 UTCApache::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 UTCApache::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