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

Search results for "module:Apache2::Connection"

Apache2::Connection::Arp - use arp to get the mac address of remote clients River stage zero No dependents

This module grabs the mac address of the remote client and stashes it in the connection pnotes for later retrieval....

PHRED/Apache2-Connection-Arp-0.01 - 06 May 2010 01:25:30 UTC

Apache2::Connection::SkipDummy - Skip main server requests to wake up child httpds River stage zero No dependents

End requests from the main httpd process to child processes which are only using for waking up processes listening for new connections. You can see this in your access log with the identifying user agent "(internal dummy connection)". You can remove ...

PHRED/Apache2-Connection-SkipDummy-0.01 - 23 May 2010 22:31:56 UTC

Apache2::ASP::Mock::Connection - Mimics the Apache2::Connection object River stage zero No dependents

This package mimics the Apache2::Connection object in a normal mod_perl2 environment, and is used by Apace2::ASP::API....

JOHND/Apache2-ASP-2.46 - 25 Mar 2011 17:47:10 UTC

Apache2::Connection::XForwardedFor - Sets the connection remote_ip to X-Forwarded-For header River stage one • 1 direct dependent • 1 total dependent

This simple module takes the X-Forwarded-For header value and sets the remote_ip attribute of the connection object with that ip. This module is meant to be used with reverse proxies where the proxy sets the header to the ip of the http client. This ...

PHRED/Apache2-Connection-XForwardedFor-0.02 - 18 May 2010 01:44:19 UTC

lib/Apache2/compat.pm River stage three • 155 direct dependents • 183 total dependents

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC

lib/ModPerl/DummyVersions.pm River stage three • 155 direct dependents • 183 total dependents

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC

Apache2::Controller::Log::DetectAbortedConnection River stage zero No dependents

You don't need to use this handler, probably. This is pushed internally by Apache2::Controller::Session to detect in the PerlLogHandler phase if the connection has been broken to the client before the server closes the connection. So far it's only us...

MARKLE/Apache2-Controller-v1.1.1 - 13 Jun 2014 19:02:14 UTC

Apache2::SSI - Apache2 Server Side Include River stage zero No dependents

Apache2::SSI implements Apache Server Side Include <https://httpd.apache.org/docs/current/en/howto/ssi.html>, a.k.a. SSI, within and outside of Apache2/mod_perl2 framework. Apache2::SSI is inspired from the original work of Apache::SSI with the main ...

JDEGUEST/Apache2-SSI-v0.2.8 - 11 Oct 2023 07:32:30 UTC

Apache2::ModSSL - a Perl Interface to mod_ssl functions River stage one • 4 direct dependents • 4 total dependents

OPI/Apache2-ModSSL-0.10 - 26 May 2013 15:27:26 UTC

Apache2::Reload - Reload Perl Modules when Changed on Disk River stage one • 1 direct dependent • 3 total dependents

"Apache2::Reload" reloads modules that change on the disk. When Perl pulls a file via "require", it stores the filename in the global hash %INC. The next time Perl tries to "require" the same file, it sees the file in %INC and does not reload from di...

SHAY/Apache-Reload-0.14 - 06 Aug 2023 10:47:19 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::AuthEnv - Perl Authentication and Authorisation via Environment Variables. River stage zero No dependents

Apache2::AuthEnv allows you to promote a string composed of CGI environment variables to act as an authenticated user. The format is set via the AuthEnvUser command and the result is placed in the environment variable REMOTE_USER. This module is for ...

ARIF/Apache2-AuthEnv-v1.3.8 - 20 Sep 2011 20:21:20 UTC

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

Apache2::AuthZLDAP - Authorization module based on LDAP filters or LDAP groups River stage zero No dependents

DOUMBZH/Apache2-AuthZLDAP-0.02 - 23 Jun 2008 12:29:57 UTC

Apache2::SafePnotes - a safer replacement for Apache2::RequestUtil::pnotes River stage zero No dependents

This module cures a problem with "Apache2::RequestRec::pnotes" and "Apache2::Connection::pnotes" (available since mod_perl 2.0.3). These functions store perl variables making them accessible from various phases of the Apache request cycle. According ...

OPI/Apache2-SafePnotes-0.03 - 06 Jun 2006 19:00:03 UTC

Apache2::AuthTicket - Cookie Based Access and Authorization Module River stage one • 1 direct dependent • 1 total dependent

This module provides ticket based access control. The theory behind this is similar to the system described in the eagle book. This module works using HTTP cookies to check if a user is authorized to view a page. *Apache2::AuthCookie* is used as the ...

MSCHOUT/Apache-AuthTicket-0.94 - 28 Jul 2017 21:16:15 UTC

Apache2::Controller - fast MVC-style Apache2 handler apps River stage zero No dependents

Apache2::Controller is a lightweight controller framework for object-oriented applications designed to run only under mod_perl children in high-performance Apache2 handler modules. It features URL dispatch with flexible configuration, auth plugins, a...

MARKLE/Apache2-Controller-v1.1.1 - 13 Jun 2014 19:02:14 UTC

Apache2::AuthenNTLM - Perform Microsoft NTLM and Basic User Authentication River stage one • 1 direct dependent • 1 total dependent

The purpose of this module is to perform a user authentication via Microsoft's NTLM protocol. This protocol is supported by all versions of the Internet Explorer and is mainly useful for intranets. Depending on your preferences setting IE will supply...

SPEEVES/Apache2-AuthenNTLM-0.02 - 28 Apr 2005 19:28:45 UTC

Apache2::AuthCookie - Perl Authentication and Authorization via cookies River stage one • 9 direct dependents • 9 total dependents

This module is for mod_perl version 2. If you are running mod_perl version 1, you should be using Apache::AuthCookie instead. Apache2::AuthCookie allows you to intercept a user's first unauthenticated access to a protected document. The user will be ...

MSCHOUT/Apache-AuthCookie-3.31 - 06 Jan 2022 03:02:19 UTC

Apache2::DebugFilter - Debug mod_perl and native Apache2 filters River stage zero No dependents

PGOLLUCCI/Apache2-DebugFilter-0.02 - 06 Jul 2005 21:15:48 UTC
49 results (0.047 seconds)