Commit 12cee598 authored by Roy T. Fielding's avatar Roy T. Fielding
Browse files

Removed the module_names[] and preloaded_module_names[] arrays.

All functions now get the name from the module structure and either
search the preloaded_modules list (for static info) or the actual
linked list of modules (for active modules).

Docs note: The "httpd -h" and "httpd -l" options print info about all
compiled modules, not just the active (prelinked) ones.  mod_info only
prints the prelinked module information [I would have changed that, but
the code in mod_info uses an, ummmm, unusual style].  The <IfModule>
and AddModule directives' use the file name of the module (what you now see
with "httpd -l") as the argument.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@76973 13f79535-47bb-0310-9956-ffa450edef68
parent fde0092d
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment