Apache – how to check if a module installed

You can run the following command to see what Apache module is loaded
apachectl -t -D DUMP_MODULES

or,

httpd -t -D DUMP_MODULES

Leave a Reply