In this manual we will show you how to consult, from a command line, how to find out which are the active modules in your Apache installation. You will see that the steps to follow are very simple.
However, before you start, keep in mind that you will have to run these commands as a user with administrator privileges. For example, from the root
user account.
To list all active modules you can use the command apache2ctl
. The exact syntax is as follows:
apache2ctl -M
The -M
option specifies to display a list of all currently active modules.
To list all active modules you can use the httpd
command. The exact syntax is as follows:
httpd -M
The -M
option specifies to display a list of all currently active modules.
To list all available modules (both active and inactive), you can use the ls
command and display the contents of the related Apache directory.
ls /etc/apache2/mods-available
To list all available modules (both active and inactive), you can use the ls
command and display the contents of the related Apache directory.
ls /etc/httpd/mods-available