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
cPanel Administration Tips & Tricks
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