Multiple choice technology web technology

Which of the following command can be used to see the compiled in Apache modules?

  1. httpd -m

  2. httpd -M

  3. httpd -l

  4. 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.