You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by ra...@vex.net on 1996/11/12 07:39:26 UTC

Re: cvs commit: apache/src Configure http_config.h http_config.c http_core.c http_main.c mod_info.c

>   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.

Yes, I realize that mod_info is a huge hack-job.  But, unlike the httpd -l
code, it attempts to also list configuration directives that are associated
with the module in question.  There is no real slick way of doing this as far
as I can tell.  I'll see if the module needs some rethinking now that
things like IfModule and AddModule are available.

-Rasmus