List all the loaded modules :: apache

You can use the following command to list all the loaded modules in apache (both DSO and Static)
———-

apachectl -t -D DUMP_MODULES

———-

The output will be something like
———
dir_module (static)
actions_module (static)
userdir_module (static)
alias_module (static)
rewrite_module (static)
so_module (static)
auth_passthrough_module (shared)
bwlimited_module (shared)
php5_module (shared)
fcgid_module (shared)
proxy_module (shared)
———

Tags:

16 Responses to “List all the loaded modules :: apache”

  1. Sijin Says:

    In apache 2.2.x, you can also use httpd -M to list all the loaded modules ( both static and DSO )

  2. Jubith Says:

    Ithu work aavunillade

    # apachectl -t -D DUMP_MODULES
    Syntax OK

  3. Bipin Says:

    Hi,

    How can we check loaded module version .

    Thanks,
    Bipin

  4. steve88 Says:

    apachectl -M use cheytha mathiyadey

  5. How to enable mod_rewrite in apache | My Blog Says:

    […] https://adminuser.wordpress.com/2008/06/12/list-all-the-loaded-modules-apache/ […]

  6. Gerald Schneider Says:

    With Apache2 the command can be:

    apache2ctl -t -D DUMP_MODULES

  7. Matthew Herzog Says:

    None of these tell me anything. Heh.

    “Syntax OK” is all I get. Perhaps this is because someone compiled Apache “by hand” and got something wrong.

  8. Kuba Says:

    Hi!
    I would like to know if for example:
    mod_python is the same as python_module (this appears on the listing after apacheclt -t -D DUMP_MODULES) or mod_php is the same as php_module?

  9. test Says:

    i was trying hard with apache2 -t -D DUMP_MODULES, atlast found the correct one

  10. wossy Says:

    Reblogged this on JAWB =>.

  11. hifieli Says:

    If you use cPanel, the command will be

    /usr/local/apache/bin/apachectl -t -D DUMP_MODULES

  12. Attivare la compressione delle pagine web, lato server | Si impara sempre qualcosa … Says:

    […] che elenca tutti i moduli attualmente caricati nel server Apache (per approfondimenti >>> ) […]

  13. greg Says:

    On my Gentoo works:
    apache2ctl modules

  14. Akhil Says:

    How to check static and dynamic modules of apache ?

  15. sad Says:

    I want to load all modules in apache in single line it’s that possible?

Leave a reply to Shibu Jacob Cancel reply