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

Changelog

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

  * No-change rebuild for perlapi5.38t64.

 -- Matthias Klose <email address hidden>  Sun, 03 Mar 2024 05:33:57 +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-4build3.debian.tar.xz 8.0 KiB 724f2a265d8dbdeb8c2cdc7dd6c2e244465210cfc2d3049ab7d79634993438cb
libapache-ssllookup-perl_2.00-04-4build3.dsc 2.3 KiB 2128327d533065440b942f408df791059c9f46fb76328816eba94eb1f16b73b4

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