Replies: 1 comment 6 replies
-
which version of |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are trying to get Redis caching to work with mod_oauth2 (mod_oauth2-3.2.3), however, it silently fails and reverts to shm caching instead.
The configuration currently looks as follows:
In the logs we see cache misses and hits for shm despite having configured
OAuth2Cache redis ...
. There is no mention of Redis in the Apache error log at all. The cache entries also do not survive a restart of Apache.Any suggestions on how to debug this?
Beta Was this translation helpful? Give feedback.
All reactions