libapache-ssllookup-perl

glue layer between Perl handlers and the mod_ssl public API

Description

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.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://metacpan.org/release/GEOFF/Apache-SSLLookup-2.00_04


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install libapache-ssllookup-perl