Software >> Services >> HTTP Server >> Apache >> How to list enabled modules



## On Debian based systems

$ apache2ctl -t -D DUMP_MODULES   

OR

$ apache2ctl -M


## On RHEL based systems

$ apachectl -t -D DUMP_MODULES   

OR

$ httpd -M

OR

$
apache2ctl -M