oidc_cache_mutex_lock: apr_global_mutex_lock() failed: Permission Denied (13)
wellsbj2 opened this issue · 1 comments
Hey All,
I have compiled openidc 2.4-14.2 for IBM AIX 7.3.
I am loading the module from Apache webserver,
LoadModule auth_openidc_module modules/mod_auth_openidc.so
When hitting port 80 on the server im getting some permission denied (13) errors in the error_log file for Apache,
[Mon Sep 04 13:18:19.676990 2023] [auth_openidc:error] [pid 6816176:tid 515] oidc_cache_mutex_lock: apr_global_mutex_lock() failed: Permission denied (13)
[Mon Sep 04 13:18:19.710943 2023] [auth_openidc:error] [pid 6816176:tid 515] oidc_cache_mutex_unlock: apr_global_mutex_unlock() failed: Permission denied (13)
The apachectl start is run as root and the User Group in httpd.conf is http : www
Many thanks for any pointers please...
Brad