Just a follow up that we got this working using Locations and url patterns.
After enabling both mod_ssl (with client certs) and mod_authnz_ldap, we do
and
each doing it's own flavor or authentication, then reverse proxying both
requests to our app server
ProxyPass http://localhost:8080/
Prox
Not sure if this is possible with a single apache server instance, so
I'm curious if anyone has done this. We want apache to be configured to
be single public entry point into our private web services.
Additionally, we want users to be able to login based on a user/pass or
a client certificate. T
Not sure if this is possible with a single apache server instance, so I'm
curious if anyone has done this. We want apache to be configured to be
single public entry point into our private web services. Additionally, we
want users to be able to login based on a user/pass or a client certificate.