I found a similar question about this, but was targeting Debian here .
However, since I do not have apt-cache, this does not help me. Duration:
httpd -M
Gives me a list of all installed modules, but not their version. My colleague just pointed out that you can use:
yum info mod_dav_svn.x86_64
This returns the installed version and the version available through Yum, however, if I use httpd -M, it lists names like:
mod_proxy_http.so
Is there an easy way to map the file name of installed modules (i.e. x86_64 i386) so that I can check each module, or even better, does anyone know a way to display this information for all modules at the same time?
source share