Search results for "module:Apache::Status"
Apache::Status::DBI - Show status of all DBI database and statement handles
A plugin for Apache::Status that adds a 'DBI handles' menu item to the Apache::Status page. The DBI handles menu item leads to a page that shows all the key information for all the drivers, database handles and statement handles that currently exist ...
TIMB/Apache-Status-DBI-1.012 - 16 Aug 2007 14:16:23 UTC
Apache::RPC::Status - A status monitor similar to Apache::Status for RPC
The Apache::RPC::Status package is provided as a simple status monitor for XML-RPC servers running in a mod_perl environment, using the Apache::RPC::Server class (or derivative of). Patterned after the status system provided with mod_perl itself, inf...
RJRAY/RPC-XML-0.82 - 06 Jan 2021 18:05:35 UTC
Data::Apache::mod_status - get values from Apache mod_status page
This module fetches page generated by "Apache mod_status", scrapes it's content and returns values in a object properties so that the values can be processed further. See "mod_status-info" in script for command line script which can return this data ...
JKUTEJ/Data-Apache-mod_status-0.02 - 07 Oct 2016 02:21:35 UTC
Parse::Apache::ServerStatus - Simple module to parse apache's server-status.
This module parses the content of apache's server-status and countes the current status by each process. It works nicely with apache versions 1.3 and 2.x....
BLOONIX/Parse-Apache-ServerStatus-0.11 - 07 Apr 2022 17:15:39 UTC
Data::Apache::mod_status::2XML - xslt to transform apache mod status page to xml file
JKUTEJ/Data-Apache-mod_status-0.02
-
07 Oct 2016 02:21:35 UTC
Data::Apache::mod_status::Info - information object
JKUTEJ/Data-Apache-mod_status-0.02
-
07 Oct 2016 02:21:35 UTC
Data::Apache::mod_status::Workers - workers summary object
JKUTEJ/Data-Apache-mod_status-0.02
-
07 Oct 2016 02:21:35 UTC
Parse::Apache::ServerStatus::Extended - Simple module to parse apache's extended server-status.
This module parses the content of apache's extended server-status.It works nicely with apache versions 1.3 and 2.x....
MIZZY/Parse-Apache-ServerStatus-Extended-0.02 - 17 Jul 2007 22:55:38 UTC
Apache::MVC - Apache front-end to Maypole
A mod_perl platform driver for Maypole. Your application can inherit from Apache::MVC directly, but it is recommended that you use Maypole::Application....
TEEJAY/Maypole-2.13 - 18 Apr 2008 10:27:38 UTC
Apache::JAF - mod_perl and Template-Toolkit web applications framework
Introduction Apache::JAF is designed for creation web applications based on MVC (Model-View-Controller) concept. * *Modeller* is JAF descendant * *Controller* is Apache::JAF descendant * and the *Viewer* is set of the templates using Template-Toolkit...
GRISHACE/Apache-JAF-0.21 - 02 Mar 2004 11:05:36 UTC
Apache::DBI - Initiate a persistent database connection
This module initiates a persistent database connection. The database access uses Perl's DBI. For supported DBI drivers see: http://dbi.perl.org/ When loading the DBI module (do not confuse this with the Apache::DBI module) it checks if the environmen...
PHRED/Apache-DBI-1.12 - 12 Jun 2013 07:28:36 UTC
Apache::ASP - Active Server Pages for Apache with mod_perl
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::SWIT - mod_perl based application server with integrated testing.
This module serves as yet another mod_perl based application server. It tries to capture several often occuring paradigms in mod_perl development. It provides user with the tools to bootstrap a new project, write tests easily, etc....
BOSU/Apache-SWIT-0.54 - 01 Mar 2011 20:42:42 UTC
Apache::Proxy - Perl interface to mod_proxy
my $status = Apache::Proxy->pass($r, "http://perl.apache.org/"); my $hashfile = Apache::Proxy->proxy_hash($r, $url);...
XFIRE/Apache-Proxy-0.02 - 15 Oct 1999 14:56:11 UTC
Apache::Cache - Cache data accessible between Apache childrens
This module allows you to cache data easily through shared memory. Whithin the framework of an apache/mod_perl use, this cache is accessible from any child process. The data validity is managed in the Cache::Cache model, but as well based on time tha...
RSOLIV/Apache-Cache-0.05 - 02 Oct 2001 14:31:07 UTC
Apache::ePerl - Fast emulated Embedded Perl (ePerl) facility
This packages provides a handler function for Apache/mod_perl which can be used to emulate the stand-alone Server-Side-Scripting-Language *ePerl* (see eperl(3) for more details) in a very fast way. This is not a real 100% replacement for nph-eperl be...
RSE/eperl-2.2.13 - 10 Jul 1998 09:22:54 UTC
Apache::Sling - Perl library for interacting with the apache sling web framework
The Apache::Sling perl library is designed to provide a perl based interface on to the Apache sling web framework....
XEONTIME/Apache-Sling-0.27 - 18 Apr 2012 19:58:41 UTC
Apache::SdnFw - Framework to build systems using perl, template toolkit and postgresql.
CJS/Apache-SdnFw-0.92
-
29 Apr 2011 21:09:23 UTC
Apache::Filter - Alter the output of previous handlers
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::Action - A method dispatch mechanism for Apache
This module reads values out of the HTTP submission and dispatches to code as appropriate. The architecture requires four elements: The apache request This is normally a singleton instance of Apache::Request. The persistent session This is usually an...
SHEVEK/Apache-Action-0.02 - 19 Jan 2004 00:51:11 UTC