To load a sorted list of the loaded Apache modules on Ubuntu use the following command.
apachectl -t -D DUMP_MODULES | sort
The -M flag can be used as a shortcut to this.
apache2ctl -M | sort
You may need to use sudo on this command, depending on your user permissions.
Add new comment