How to Install and Uninstall libapache-ssllookup-perl Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 18,2024

1. Install "libapache-ssllookup-perl" package

Please follow the steps below to install libapache-ssllookup-perl on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libapache-ssllookup-perl

2. Uninstall "libapache-ssllookup-perl" package

Please follow the step by step instructions below to uninstall libapache-ssllookup-perl on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove libapache-ssllookup-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libapache-ssllookup-perl package on Ubuntu 21.10 (Impish Indri)

Package: libapache-ssllookup-perl
Architecture: amd64
Version: 2.00-04-3build1
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 41
Depends: perl (>= 5.32.0-4), perlapi-5.32.0, libapache2-mod-perl2
Filename: pool/universe/liba/libapache-ssllookup-perl/libapache-ssllookup-perl_2.00-04-3build1_amd64.deb
Size: 10832
MD5sum: 9e7cb846ecd6f8eb1bda8aeb82b2f584
SHA1: 8d8765fba1304034871a3020dcf1928c02f70161
SHA256: a8e2fad15b0bd6fa2853adf50425fb27a49b08e98a6bf308c44877d913df72e1
SHA512: d81af8c6b329efb454302830b4612cd11a0bcc74a74adcbe7bdd40e370aa73b5aa01bcebd1462eadc522b67cd8efffbaa46271cc7708180956c8e8bfaef9dffa
Homepage: https://metacpan.org/release/GEOFF/Apache-SSLLookup-2.00_04
Description-en: 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.
Description-md5: 15664be79fc992e0321e9676160b634d