Reposoft / openidc-keycloak-test

zmartzone/mod_auth_openidc and keycloak combined - self hosted cloud auth
19 stars 6 forks source link

Example of Redis session cache for horizontally scaled httpd #3

Closed solsson closed 6 years ago

solsson commented 8 years ago

Demonstrates how multiple Apache httpd containers can share mod_auth_openidc session state using redis. The default, shm, only works for single container.

solsson commented 6 years ago

Replaced by #22