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

Search results for "dist:mod_perl APR::Error"

APR::Error - Perl API for APR/Apache/mod_perl exceptions River stage three • 155 direct dependents • 183 total dependents

"APR::Error" handles APR/Apache/mod_perl exceptions for you, while leaving you in control. Apache and APR API return a status code for almost all methods, so if you didn't check the return code and handled any possible problems, you may have silent f...

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

APR::Const - Perl Interface for APR Constants River stage three • 155 direct dependents • 183 total dependents

This package contains constants specific to "APR" features. Refer to "the Apache2::Const description section" for more information....

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

APR::Socket - Perl API for APR sockets River stage three • 155 direct dependents • 183 total dependents

"APR::Socket" provides the Perl interface to APR sockets....

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

APR::PerlIO - Perl IO layer for APR River stage three • 155 direct dependents • 183 total dependents

"APR::PerlIO" implements a Perl IO layer using APR's file manipulation API internally. Why do you want to use this? Normally you shouldn't, probably it won't be faster than Perl's default layer. It's only useful when you need to manipulate a filehand...

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

APR::Bucket - Perl API for manipulating APR Buckets River stage three • 155 direct dependents • 183 total dependents

"APR::Bucket" allows you to create, manipulate and delete APR buckets. You will probably find the various insert methods confusing, the tip is to read the function right to left. The following code sample helps to visualize the operations: my $bb = A...

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

APR::Brigade - Perl API for manipulating APR Bucket Brigades River stage three • 155 direct dependents • 183 total dependents

"APR::Brigade" allows you to create, manipulate and delete APR bucket brigades....

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

HTTP River stage three • 155 direct dependents • 183 total dependents

This chapter explains how to implement the HTTP protocol handlers in mod_perl....

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

APR::Status - Perl Interface to the APR_STATUS_IS_* macros River stage three • 155 direct dependents • 183 total dependents

An interface to apr_errno.h composite error codes. As discussed in the "APR::Error" manpage, it is possible to handle APR/Apache/mod_perl exceptions in the following way: eval { $obj->mp_method() }; if ($@ && $ref $@ eq 'APR::Error' && $@ == $some_co...

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

Protocol River stage three • 155 direct dependents • 183 total dependents

This chapter explains how to implement Protocol (Connection) Handlers in mod_perl....

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

Porting River stage three • 155 direct dependents • 183 total dependents

This document describes the various options for porting a mod_perl 1.0 Apache module so that it runs on a Apache 2.0 / mod_perl 2.0 server. It's also helpful to those who start developing mod_perl 2.0 handlers. Developers who need to port modules usi...

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

APR::IpSubnet - Perl API for accessing APRs ip_subnet structures River stage three • 155 direct dependents • 183 total dependents

"APR::IpSubnet" object represents a range of IP addresses (IPv4/IPv6). A socket connection can be matched against this range to test whether the IP it's coming from is inside or outside of this range....

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

Debugging River stage three • 155 direct dependents • 183 total dependents

This document explains how to debug C code under mod_perl, including mod_perl core itself. For certain debugging purposes you may find useful to read first the following notes on mod_perl internals: Apache 2.0 Integration and mod_perl-specific functi...

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

Installing River stage three • 155 direct dependents • 183 total dependents

This chapter provides an in-depth mod_perl 2.0 installation coverage....

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

Apache2::Log - Perl API for Apache Logging Methods River stage three • 155 direct dependents • 183 total dependents

"Apache2::Log" provides the Perl API for Apache logging methods. Depending on the the current "LogLevel" setting, only logging with the same log level or higher will be loaded. For example if the current "LogLevel" is set to *warning*, only messages ...

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

Introducing River stage three • 155 direct dependents • 183 total dependents

This chapter provides an introduction into mod_perl handlers....

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

ModPerl::Util - Helper mod_perl Functions River stage three • 155 direct dependents • 183 total dependents

"ModPerl::Util" provides mod_perl utilities API....

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

Apache2::Filter - Perl API for Apache 2.0 Filtering River stage three • 155 direct dependents • 183 total dependents

"Apache2::Filter" provides Perl API for Apache 2.0 filtering framework. Make sure to read "the Filtering tutorial|docs::2.0::user::handlers::filters"....

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

Troubleshooting River stage three • 155 direct dependents • 183 total dependents

Frequently encountered problems (warnings and fatal errors) and their troubleshooting....

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

Apache2::CmdParms - Perl API for Apache command parameters object River stage three • 155 direct dependents • 183 total dependents

"Apache2::CmdParms" provides the Perl API for Apache command parameters object....

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC
27 results (0.035 seconds)