views:

20

answers:

2

How do I get versions of apache modules on debian?

I can get loaded modules list by apache2ctl -M - but how do I get their version numbers?

+1  A: 

Did you try this?

apt-cache policy libapache2-mod-foobar
Umang
+1  A: 
apt-cache show libapache2-mod-foobar | grep Version
fakeroot