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 "dist:mod_perl socket"

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

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::SockAddr - Perl API for APR socket address structure River stage three • 155 direct dependents • 183 total dependents

"APR::SockAddr" provides an access to a socket address structure fields. Normally you'd get a socket address object, by calling: use Apache2::Connection (); my $remote_sock_addr = $c->remote_addr; my $local_sock_addr = $c->remote_local;...

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

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

This chapter discusses mod_perl's input and output filter handlers. If all you need is to lookup the filtering API proceed directly to the "Apache2::Filter" and "Apache2::FilterRec" manpages....

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::Date - Perl API for APR date manipulating functions River stage three • 155 direct dependents • 183 total dependents

"APR::Socket" provides the Perl interface to APR date manipulating functions....

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

APR::Util - Perl API for Various APR Utilities River stage three • 155 direct dependents • 183 total dependents

Various APR utilities that don't fit into any other group....

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

APR::Finfo - Perl API for APR fileinfo structure River stage three • 155 direct dependents • 183 total dependents

APR fileinfo structure provides somewhat similar information to Perl's "stat()" call, but you will want to use this module's API to query an already "stat()'ed" filehandle to avoid an extra system call or to query attributes specific to APR file hand...

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

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

Apache2::compat - 1.0 backward compatibility functions deprecated in 2.0 River stage three • 155 direct dependents • 183 total dependents

"Apache2::compat" provides mod_perl 1.0 compatibility layer and can be used to smooth the transition process to mod_perl 2.0. It includes functions that have changed their API or were removed in mod_perl 2.0. If your code uses any of those functions,...

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::Connection - Perl API for Apache connection object River stage three • 155 direct dependents • 183 total dependents

"Apache2::RequestRec" provides the Perl API for Apache connection record object....

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