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...@madhaus.utcs.utoronto.ca on 1996/05/13 15:26:58 UTC

New version of mod_info.c on Hyperreal

With the recent Configure patch which added module names to modules.c, here
is a module which makes use of that.  I have cleaned it up and made it a bit
smarter.  It's at ftp://ftp.hyperreal.com/httpd/incoming/mod_info.c

mod_info prints out information on the current server configuration, including
all modules and their individual configuration settings.  Live example is
currently at: http://madhaus.utcs.utoronto.ca/modinfo

Here is the output from http://madhaus.utcs.utoronto.ca/modinfo?fastcgi_module

Module Name: fastcgi_module 
Content-types affected: application/x-httpd-fcgi 
Module Groups: none
Module Configuration Commands: 
      AppClass - Fast Cgi directive: AppClass 
Current Configuration: 
srm.conf 
      AppClass /opt/www/html/tiny-fcgi.fcgi -processes 2

-Rasmus