The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Apache2::CPAN::Search"

Apache2::CPAN::Search - mod_perl interface to CPAN::Search::Lite::Query River stage zero No dependents

This module provides a mod_perl (2) interface to CPAN::Search::Lite::Query. The modules "Apache2::Request" and "Apache2::Cookie" of the "libapreq2" distribution are required. A directive PerlLoadModule Apache2::CPAN::Search should appear before any o...

ISHIGAKI/CPAN-Search-Lite-0.78 - 08 Jan 2011 06:26:14 UTC

Apache2::CPAN::SOAP - soap interface to CPAN::Search::Lite::Query River stage zero No dependents

This module provides some soap-based services to "CPAN::Search::Lite::Query" in a mod_perl 2 environment. The necessary Apache2 directives are PerlLoadModule Apache2::CPAN::SOAP CSL_soap_db database_name CSL_soap_user user_name CSL_soap_passwd passwo...

ISHIGAKI/CPAN-Search-Lite-0.78 - 08 Jan 2011 06:26:14 UTC

Apache2::CPAN::Query - mod_perl interface to CPAN::Search::Lite::Query River stage zero No dependents

This module provides a mod_perl (2) interface to CPAN::Search::Lite::Query. The modules "Apache2::Request" and "Apache2::Cookie" of the "libapreq2" distribution are required. A directive PerlLoadModule Apache2::CPAN::Query should appear before any of...

ISHIGAKI/CPAN-Search-Lite-0.78 - 08 Jan 2011 06:26:14 UTC

Apache2::DocServer - mod_perl 2 soap server for soap-enhanced perldoc River stage zero No dependents

This module provides a mod_perl 2 soap-based service to "Pod::Perldocs". The necessary Apache2 directives are PerlLoadModule Apache2::DocServer DocServer_db database_name DocServer_user user_name DocServer_passwd password_for_above_user DocServer_pod...

ISHIGAKI/CPAN-Search-Lite-0.78 - 08 Jan 2011 06:26:14 UTC

Apache2::Ajax - mod_perl interface to CGI::Ajax River stage zero No dependents

This module is a mod_perl2 interface to CGI::Ajax, which provides a mechanism for using perl code asynchronously from javascript-enhanced HTML pages. As well as mod_perl2, this package requires CGI::Ajax, as well as a CGI.pm-compatible CGI module for...

RKOBES/Apache2-Ajax-0.11 - 06 Jun 2008 05:05:05 UTC

Apache2::REST - Micro framework for REST API implementation under apache2/mod_perl2/apreq2 River stage zero No dependents

JETEVE/Apache2-REST-0.07 - 24 Sep 2010 11:57:30 UTC

Apache2::WebApp - Simplified web application framework - EOL (for reference only) River stage two • 13 direct dependents • 13 total dependents

The WebApp::Toolkit is a *mod_perl* web application framework for the Perl programming language. It defines a set of methods, processes, and conventions that help provide a consistent application environment. The way this package works is actually pr...

MBROOKS/Apache2-WebApp-Toolkit-0.391 - 26 Apr 2014 08:45:42 UTC

Apache2::SiteMap - Dynamically create Google SiteMap files River stage zero No dependents

SOCK/Apache2-SiteMap-0.1 - 10 Sep 2006 01:39:04 UTC

Apache2::MimeInfo - Content-Type header informed by shared-mime-info River stage zero No dependents

This module bolts File::MimeInfo::Magic and the shared-mime-info <http://freedesktop.org/wiki/Software/shared-mime-info/> database to Apache 2.x. Its purpose is to clean up "Content-Type" headers on responses that come from potentially misconfigured ...

DORIAN/Apache2-MimeInfo-0.06 - 11 Dec 2014 03:54:52 UTC

Apache2::AuthzNIS - mod_perl2 NIS Group Authorization module River stage zero No dependents

This perl module is designed to work with mod_perl, the Net::NIS module by Rik Haris (rik.harris@fulcrum.com.au), and the Apache2::AuthenNIS module. Version 0.11 of Apache::AuthzNIS was renamed and modified to use mod_perl2. That module was a direct ...

ITEAHAUS/Apache2-AuthzNIS-0.13 - 16 Apr 2008 15:23:31 UTC

Apache2::Dispatch - call PerlHandlers with the ease of Registry scripts River stage zero No dependents

Apache2::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

Apache2::FixRemote - Reset remote IP with contents of X-Forwarded-For header River stage zero No dependents

DORIAN/Apache2-FixRemote-0.01 - 15 Aug 2006 00:16:21 UTC

Apache2::AuthenNIS - mod_perl2 NIS Authentication module River stage zero No dependents

This perl module is designed to work with mod_perl2 and the Net::NIS module by Rik Haris (rik.harris@fulcrum.com.au). Version 0.13 of Apache::AuthenNIS was renamed and modified to use mod_perl2. That module was a direct adaptation of Michael Parker's...

ITEAHAUS/Apache2-AuthenNIS-0.15 - 10 Apr 2008 19:18:31 UTC

Apache2::CondProxy - Intelligent reverse proxy for missing resources River stage zero No dependents

This module performs the logic required to achieve what is implied by the following Apache configuration: # httpd.conf RewriteEngine On RewriteCond %{REQUEST_URI} !-U RewriteRule (.*) http://another.host$1 [P,NS] Which says *if I can't respond to a g...

DORIAN/Apache2-CondProxy-0.17 - 03 Oct 2015 03:46:50 UTC

Apache2::PodBrowser - show your POD in a browser River stage zero No dependents

Yet another mod_perl2 handler to view POD in a HTML browser. See "HISTORY" for more information. Direct Mode "Apache2::PodBrowser" can run in *direct* and *perldoc* modes. In direct mode apache takes care of the URI to filename translation. So, "$r->...

OPI/Apache2-PodBrowser-0.08 - 24 Feb 2011 16:20:53 UTC

Apache2::AuthNetLDAP - mod_perl module that uses the Net::LDAP module for user authentication for Apache River stage zero No dependents

This module authenticates users via LDAP using the Net::LDAP module. This module is Graham Barr's "pure" Perl LDAP API. It also uses all of the same parameters as the Apache::AuthPerLDAP, but I have added four extra parameters. The parameters are: Pe...

SPEEVES/Apache2-AuthNetLDAP-0.01 - 04 May 2005 11:29:05 UTC

Apache2::Autocomplete - Autocomplete service backend via mod_perl River stage zero No dependents

This module is a mod_perl2 interface to JavaScript::Autocomplete::Backend, which is a base class for implementing an autocomplete service for a form using the Google Suggest protocol. See <http://www.google.com/webhp?complete=1&hl=en> for an illustra...

RKOBES/Apache2-Autocomplete-0.12 - 06 Jun 2008 05:05:16 UTC

CGI::Apache2::Wrapper - CGI.pm-compatible methods via mod_perl River stage zero No dependents

Certain modules, such as CGI::Ajax and JavaScript::Autocomplete::Backend, require a minimal CGI.pm-compatible module to provide certain methods, such as *param()* to fetch parameters. The standard module to do this is of course CGI.pm; however, espec...

RKOBES/CGI-Apache2-Wrapper-0.215 - 19 Mar 2008 03:02:44 UTC

Apache2::HTML::Detergent - Clean the gunk off HTML documents on the fly River stage zero No dependents

DORIAN/Apache2-HTML-Detergent-0.07 - 14 Nov 2014 04:09:41 UTC

Apache2::Mogile::Dispatch - An Apache2 MogileFS Dispatcher River stage zero No dependents

Apache2::Mogile::Dispatch is an apache 2.x mod_perl module that makes it easy to dispatch incoming requests between mogile storage nodes and regular web servers. Consider it like a fancy pure perl mod_rewrite replacement that can intelligently reprox...

JDEGUEST/Apache2-Mogile-Dispatch-0.3 - 21 Nov 2021 22:25:32 UTC
25 results (0.098 seconds)