Modules loaded according apache2ctl vs plesk? [closed]

When i list loaded modules by apache2ctl i get the list:

#apache2ctl -l
Compiled in modules:
  core.c
  mod_log_config.c
  mod_logio.c
  prefork.c
  http_core.c
  mod_so.c

However, when i open plesk on same server, i get planty of modules and 21 various modules marked as loaded.

What i’m seeing wrong?

Answer

apache2ctl -l only lists modules compiled in to the daemon, it does not list shared modules. In order to see these too use the following command:

apache2ctl -M

Attribution
Source : Link , Question Author : mariotanenbaum , Answer Author : Krist van Besien

Leave a Comment