How can i find out which modules are loaded in apache

apache-2.2

Is there a command in Linux to find out which modules are loaded and running in Apache?

Best Answer

httpd -M

or if you're using Ubuntu try

apache2 -M or apache2ctl -M