libapache-ssllookup-perl 2.00-04-4build2 source package in Ubuntu

Changelog

libapache-ssllookup-perl (2.00-04-4build2) noble; urgency=medium

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Thu, 11 Jan 2024 03:50:13 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libapache-ssllookup-perl_2.00-04.orig.tar.gz 7.1 KiB 4c6e462d5cf272499f70a41d38b020f74cd1eec92af227660b8613cc9f637ad2
libapache-ssllookup-perl_2.00-04-4build2.debian.tar.xz 8.0 KiB 316f8b072486c39a9238ca1e796e78fa2f0e0e8f2e6162b5c4fd959e746eef7c
libapache-ssllookup-perl_2.00-04-4build2.dsc 2.3 KiB 12ca4f69651b632a7a42b298c981dfb8be1a4894515183a651d1737880d40e72

Available diffs

View changes file

Binary packages built by this source

libapache-ssllookup-perl: glue layer between Perl handlers and the mod_ssl public API

 Apache::SSLLookup is a glue layer between Perl handlers and the mod_ssl
 public API. Under normal circumstances, you would use $r->subprocess_env() to
 glean information about mod_ssl. for example,
 .
 $request_is_over_ssl = $r->subprocess_env('HTTPS');
 .
 however, this is only possible after mod_ssl runs its fixups - that is, Perl
 handlers can only accurately check the subprocess_env table for mod_ssl
 information in the PerlResponsePhase or later.
 .
 This module allows you to query mod_ssl directly via its public C API at any
 point in the request cycle. but without using C, of course.

libapache-ssllookup-perl-dbgsym: debug symbols for libapache-ssllookup-perl