August 05, 2011
list modules in apache
Great little command to list what apache modules you have loaded.
apachectl -t -D DUMP_MODULES
Output should be something like this:
Loaded Modules:
core_module (static)
mpm_prefork_module (static)
http_module (static)
so_module (static)
auth_basic_module (shared)
authn_alias_module (shared)
authz_host_module (shared)
include_module (shared)
log_config_module (shared)
logio_module (shared)
expires_module (shared)
deflate_module (shared)
headers_module (shared)
usertrack_module (shared)
setenvif_module (shared)
mime_module (shared)
vhost_alias_module (shared)
dir_module (shared)
alias_module (shared)
rewrite_module (shared)
cgi_module (shared)
version_module (shared)
cache_module (shared)
mem_cache_module (shared)
ssl_module (shared)
mod_shib (shared)
Syntax OK
Posted by Kevin Foote in work on August 05, 2011

