Replies: 1 comment 1 reply
-
It seems you're trying to run this on AIX but that is only supported under a commercial agreement with licensed binaries built for AIX. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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.
Seems ok if I run apache as http on port 8080. Thank you, Brad
Beta Was this translation helpful? Give feedback.
All reactions