Multiple choice technology web technology Which of the following command can be used to see the compiled in Apache modules? httpd -m httpd -M httpd -l httpd -c Reveal answer Fill a bubble to check yourself C Correct answer Explanation The httpd -l command lists modules that are compiled into the Apache binary (statically linked). The -M option shows all modules including both compiled-in and dynamically loaded (DSO) modules.