libapache-ssllookup-perl 2.00-04-3build1 source package in Ubuntu

Changelog

libapache-ssllookup-perl (2.00-04-3build1) hirsute; urgency=medium

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Mon, 09 Nov 2020 13:14:22 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Hirsute
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-3build1.debian.tar.xz 7.9 KiB 6a7dbc2e22b6f7764783709c9d46c453ae7b82336bd9a5e049715b1e78a10d5b
libapache-ssllookup-perl_2.00-04-3build1.dsc 2.3 KiB a20eb3c4321e60dad9a48182540b4f7e312be25f3d9ecbdf83c05b8517efebae

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: No summary available for libapache-ssllookup-perl-dbgsym in ubuntu hirsute.

No description available for libapache-ssllookup-perl-dbgsym in ubuntu hirsute.