AddModule modules/standard/mod_info.o
It should also be noted that if mod_info is compiled into the server, its handler capability is available in all configuration files, including per-directory files (e.g., .htaccess). This may have security-related ramifications for your site.
AddModuleInfo module-name string Server config, virtual host
This allows the content of string to be shown as HTML-interpreted additional information for the module module-name. Example:
AddModuleInfo mod_auth.c 'See <A HREF="http://www.apache.org/docs/mod/ mod auth.html">http://www.apache.org/docs/mod/mod_auth.html</A>'
Copyright © 2001 O'Reilly & Associates. All rights reserved.