How To See Which Modules Are Enabled For Apache Posted on August 8, 2015December 16, 2015 by Scott How do I see which modules are currently enabled/installed for Apache? You can simply enter the following command from an SSH session to give a list of currently active Apache modules: apachectl -t -D DUMP_MODULES or httpd -M