Hi chris,
Apologies for the delayed response. So I have the base installation of
apache 2.4 within Amazon EC2 (via these instructions:
http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/install-LAMP.html) which
loads these modules by default, among a few others:
LoadModule access_compat_module mo
Hi,
Sorry, but I think that I kind totally misunderstood what we actually need, so
can you all kindly cancel what I said below. Here's a more accurate
description:
- Request comes into Apache. The request has content body (a POST) that has
information.
- We need to parse that information in
Hi,
I was wondering if there is a way to combine client certificate authentication
with an LDAP or database lookup in Apache?
What I mean is:
- Apache performs 2-way SSL handshake with user browser and if that
authentication is successful, then
- Apache (some Apache module) gets the CN string
From the below, it seems you are using mod_jk for your connectivity
to Tomcat. mod_jk is part of the Tomcat project, not Apache httpd, and
so your question would be better asked on the Tomcat users list.
Good luck!
> On Oct 12, 2016, at 1:12 AM, Jayaram Ponnusamy
> wrote:
>
> Hi All,
>
> Curr