Created
December 15, 2012 17:48
-
-
Save mnaser/4297595 to your computer and use it in GitHub Desktop.
Loaded modules
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# httpd -M | |
Loaded Modules: | |
core_module (static) | |
authn_file_module (static) | |
authn_default_module (static) | |
authz_host_module (static) | |
authz_groupfile_module (static) | |
authz_user_module (static) | |
authz_default_module (static) | |
auth_basic_module (static) | |
include_module (static) | |
filter_module (static) | |
deflate_module (static) | |
log_config_module (static) | |
logio_module (static) | |
env_module (static) | |
expires_module (static) | |
headers_module (static) | |
unique_id_module (static) | |
setenvif_module (static) | |
version_module (static) | |
proxy_module (static) | |
proxy_connect_module (static) | |
proxy_ftp_module (static) | |
proxy_http_module (static) | |
proxy_scgi_module (static) | |
proxy_ajp_module (static) | |
proxy_balancer_module (static) | |
ssl_module (static) | |
mpm_event_module (static) | |
http_module (static) | |
mime_module (static) | |
status_module (static) | |
autoindex_module (static) | |
asis_module (static) | |
info_module (static) | |
suexec_module (static) | |
cgid_module (static) | |
negotiation_module (static) | |
dir_module (static) | |
actions_module (static) | |
userdir_module (static) | |
alias_module (static) | |
rewrite_module (static) | |
so_module (static) | |
bwlimited_module (shared) | |
fastinclude_module (shared) | |
fastcgi_module (shared) | |
cloudflare_module (shared) | |
pagespeed_module (shared) | |
Syntax OK |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment