You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Ryan Morgan <rm...@covalent.net> on 2000/01/09 23:32:22 UTC

[PATCH] Port of mod_info.c to Apache 2.0

Attached is a patch to convert mod_info to the Apache 2.0 API.  I have
removed some of the information from the server configuration
(MaxRequestsPerChild, etc..) since this is now stored in the mpm's.

This has been tested with the prefork and dexter mpm's.

-Ryan