Re: [users@httpd] Fine Tuning Apache 2.4 on AWS EC2 t2.medium Instance

2016-10-12 Thread Tony DiLoreto
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

Re: [users@httpd] Combine client certificate authentication plus database or LDAP lookup?

2016-10-12 Thread o haya
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

[users@httpd] Combine client certificate authentication plus database or LDAP lookup?

2016-10-12 Thread o haya
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

Re: [users@httpd] Round Robin LoadBalance/Failover Configuration for Apache WebServers

2016-10-12 Thread Jim Jagielski
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