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

Apache::Reload - Reload changed modules River stage one • 1 direct dependent • 3 total dependents

This module is two things. First it is an adaptation of Randal Schwartz's Stonehenge::Reload module that attempts to be a little more intuitive and makes the usage easier. Stonehenge::Reload was written by Randal to make specific modules reload thems...

SHAY/Apache-Reload-0.14 - 06 Aug 2023 10:47:19 UTC

Apache::DB - Run the interactive Perl debugger under mod_perl River stage zero No dependents

Perl ships with a very useful interactive debugger, however, it does not run "out-of-the-box" in the Apache/mod_perl environment. Apache::DB makes a few adjustments so the two will cooperate....

LZE/Apache-DB-0.18 - 17 May 2020 09:26:08 UTC

Apache::PAR - Perl extension for including Perl ARchive files in a mod_perl (1.x or 2.x) environment. River stage zero No dependents

Apache::PAR is a framework for including Perl ARchive files in a mod_perl (1.x or 2.x) environment. It allows an author to package up a web application, including configuration, static files, Perl modules, and Registry and PerlRun scripts to include ...

NBYRD/Apache-PAR-0.30 - 30 Aug 2003 02:39:52 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::Album - Simple mod_perl Photo Album River stage zero No dependents

This module sets up a virtual set of photo albums starting at the "Location" definition. This virtual directory is mapped to a physical directory under "AlbumDir". Under "AlbumDir" create a sub-directory for each photo album, and copy image files int...

WOODY/Apache-Album-0.96 - 21 Mar 2010 18:46:32 UTC

Apache::Htgroup - Manage Apache authentication group files River stage one • 1 direct dependent • 1 total dependent

Manage Apache htgroup files Please note that this is *not* a mod_perl module. Please also note that there is another module that does similar things (HTTPD::UserManage) and that this is a more simplistic module, not doing all the things that one does...

RBOW/Apache-Htgroup-1.23 - 01 Dec 2010 16:41:58 UTC

Apache::Geo::IP - Look up country by IP address River stage zero No dependents

This module constitutes a mod_perl (version 2) interface to the Geo::IP module, which looks up in a database a country of origin of an IP address. This database simply contains IP blocks as keys, and countries as values. This database should be more ...

RKOBES/Apache-GeoIP-1.99 - 24 Apr 2009 03:47:20 UTC

Apache::PerlVINC - Allows versioning of modules among directories or v-hosts. River stage zero No dependents

With this module you can run two copies of a module without having to worry about which version is being used. Suppose you have two "VirtualHost" or "Location" that want to each use their own version of "Spellcheck.pm". Durning the FixUp phase, "Apac...

DAVEM/Apache-PerlVINC-0.03 - 21 Aug 2000 20:07:29 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::TestUtil - Utility functions for writing tests River stage three • 69 direct dependents • 122 total dependents

"Apache::TestUtil" automatically exports a number of functions useful in writing tests. All the files and directories created using the functions from this package will be automatically destroyed at the end of the program execution (via END block). Y...

SHAY/Apache-Test-1.43 - 07 Nov 2021 13:00:25 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::Bootstrap - Bootstraps dual life mod_perl and mod_perl2 Apache modules River stage zero No dependents

Writing modules for mod_perl that work under both mod_perl and mod_perl2 is not fun. This module is here to make that endeavour less painful. mod_perl2 is great, but a lot of users are still using mod_perl. Migrating to mod_perl2 while maintaining mo...

PHRED/Apache-Bootstrap-0.07 - 13 Jul 2009 19:13:26 UTC

Apache::Wyrd::Bot - Spawn a process and monitor it River stage zero No dependents

The Bot Wyrd provides a class of objects which operate in the background and independent of the apache process, while being monitored in a browser window. This is useful for showing updates to a time-consuming process, such as building an index or co...

WYRD/Apache-Wyrd-0.98 - 15 Apr 2008 21:32:47 UTC

Apache::PAR::PerlRun - Apache::PerlRun (or ModPerl::PerlRun) subclass which serves PerlRun scripts to clients from within .par files. River stage zero No dependents

Subclass of Apache::PerlRun (or ModPerl::PerlRun) to serve PerlRun scripts to clients from within .par files. PerlRun scripts should continue to operate as they did before when inside a .par archive. To use, add Apache::PAR::PerlRun into the Apache c...

NBYRD/Apache-PAR-0.30 - 30 Aug 2003 02:39:52 UTC

Apache::PAR::Registry - Apache::Registry subclass which serves Apache::Registry scripts to clients from within .par files. River stage zero No dependents

Subclass of Apache::Registry (or ModPerl::Registry) to serve Apache::Registry scripts to clients from within .par files. Registry scripts should continue to operate as they did before when inside a .par archive. To use, add Apache::PAR::Registry into...

NBYRD/Apache-PAR-0.30 - 30 Aug 2003 02:39:52 UTC

Apache::AuthCookieNTLM - NTLM (Windows domain) authentication with cookies River stage zero No dependents

As explained in the Apache::AuthenNTLM module, depending on the user's config, IE will supply your Windows logon credentials to the web server when the server asks for NTLM authentication. This saves the user typing in their windows login and passwor...

LLAP/Apache-AuthCookieNTLM-0.07 - 03 Oct 2004 10:08:11 UTC

Apache::SimpleTemplate River stage zero No dependents

Apache::SimpleTemplate is *another* Template-with-embedded-Perl package for mod_perl. It allows you to embed blocks of Perl code into text documents, such as HTML files, and have this code executed upon HTTP request. It should take moments to set-up ...

FORTY/Apache-SimpleTemplate-0.06b - 08 Oct 2007 01:13:36 UTC
17 results (0.039 seconds)