Sunday, April 3, 2022

[SOLVED] How to retrieve version of a module on apache

Issue

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


Answered By - Mark Nenadov
Answer Checked By - Dawn Plyler (WPSolving Volunteer)