apachehttpd.confdocker-containeropenid-connectmod-auth-openidc

How to retrieve version of a module on apache


We run httpd in a docker container on apache web server. Is there a command or script or any way to directly retrieve auth_openidc_module version used there. The module name is mod_auth_openidc.so.

Any help here will be greatly appreciated as always.


Solution

  • This may get you your answer:

     strings /usr/lib/apache2/modules/mod_auth_openidc.so | grep mod_auth_openidc