Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zdavatz/816205 to your computer and use it in GitHub Desktop.
Save zdavatz/816205 to your computer and use it in GitHub Desktop.
httpd -M on Apache for Windows with mod_ruby.so
C:\Users\zdavatz\software\apr>httpd -M
Loaded Modules:
core_module (static)
win32_module (static)
mpm_winnt_module (static)
http_module (static)
so_module (static)
actions_module (shared)
alias_module (shared)
asis_module (shared)
auth_basic_module (shared)
authn_default_module (shared)
authn_file_module (shared)
authz_default_module (shared)
authz_groupfile_module (shared)
authz_host_module (shared)
authz_user_module (shared)
autoindex_module (shared)
cgi_module (shared)
dir_module (shared)
env_module (shared)
include_module (shared)
info_module (shared)
isapi_module (shared)
log_config_module (shared)
mime_module (shared)
negotiation_module (shared)
proxy_module (shared)
setenvif_module (shared)
ruby_module (shared)
Syntax OK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment