Received: by taz.hyperreal.com (8.6.12/8.6.5) id RAA15043; Thu, 27 Jun 1996 17:49:12 -0700 Received: from madhaus.utcs.utoronto.ca by taz.hyperreal.com (8.6.12/8.6.5) with ESMTP id RAA15036; Thu, 27 Jun 1996 17:49:09 -0700 From: rasmus@madhaus.utcs.utoronto.ca Received: from krone.house.mil (krone.dialin.utoronto.ca [142.150.132.0]) by madhaus.utcs.utoronto.ca (8.7.4/8.7.1) with SMTP id UAA04534 for ; Thu, 27 Jun 1996 20:49:01 -0400 (EDT) Date: Thu, 27 Jun 1996 20:49:34 -0400 (EDT) Subject: Re: Proposal To: new-httpd@hyperreal.com In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII Sender: owner-new-httpd@apache.org Precedence: bulk Reply-To: new-httpd@hyperreal.com > 2) Update documentation on the web site. If I can find elements to > delegate, I'll be happy to do that - who's interested? I think the > Postscript version can wait a little bit, but providing a tar file of the > HTML docs can happen (David, can you give me info on how you created the > PS version from the HTML version? Do you have time to facilitate this?) http://www.apache.org/docs/modules.html does not list mod_info. Here is the appropriate mod_info.html documentation file: Apache module mod_info

Apache module mod_info

This module is contained in the mod_info.c file. It provides a comprehensive overview of the current server configuration including all installed modules. This module is not compiled into the server by default. To enable it, add the following line to the server build Configuration file.
Module info_module   mod_info.o
To configure it, add the following to your access.conf file.
<Location /info>
SetHandler server-info
</Location>
You may wish to add a limit clause inside the location directive to limit access to your server configuration information.

Once configured, the server information is obtained by accessing http://your.host.dom/info