Print Enabled Apache Modules On Ubuntu

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

The content of this field is kept private and will not be shown publicly.
CAPTCHA
9 + 4 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.