Httpd Static Module List
Jump to navigation
Jump to search
Internal
Overview
Once the server has been compiled it is possible to determine with MPM was chosen, and also what modules have been statically compiled, with:
./httpd -l
An example of server compiled with prefork:
httpd -l Compiled in modules: core.c mod_authn_file.c mod_authn_default.c mod_authz_host.c mod_authz_groupfile.c mod_authz_user.c mod_authz_default.c mod_auth_basic.c mod_include.c mod_filter.c mod_log_config.c mod_env.c mod_setenvif.c mod_version.c prefork.c http_core.c mod_mime.c mod_status.c mod_autoindex.c mod_asis.c mod_cgi.c mod_negotiation.c mod_dir.c mod_actions.c mod_userdir.c mod_alias.c mod_so.c
An example of server compiled with 'worker':