On Mon, Nov 1, 2010 at 4:02 PM, <[email protected]> wrote: > Author: poirier > Date: Mon Nov 1 20:02:51 2010 > New Revision: 1029814 > > URL: http://svn.apache.org/viewvc?rev=1029814&view=rev > Log: > Add to modules' help text (displayed by ./configure -h) more > information that will be useful in deciding whether to enable > them or not. > > Modified: > httpd/httpd/trunk/modules/cache/config.m4 > httpd/httpd/trunk/modules/core/config.m4 > httpd/httpd/trunk/modules/dav/fs/config6.m4 > httpd/httpd/trunk/modules/dav/lock/config6.m4 > httpd/httpd/trunk/modules/dav/main/config5.m4 > httpd/httpd/trunk/modules/debugging/config.m4 > httpd/httpd/trunk/modules/filters/config.m4 > httpd/httpd/trunk/modules/generators/config5.m4 > httpd/httpd/trunk/modules/http/config2.m4 > httpd/httpd/trunk/modules/loggers/config.m4 > httpd/httpd/trunk/modules/proxy/config.m4 > > URL: > http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/debugging/config.m4?rev=1029814&r1=1029813&r2=1029814&view=diff > ============================================================================== > --- httpd/httpd/trunk/modules/debugging/config.m4 (original) > +++ httpd/httpd/trunk/modules/debugging/config.m4 Mon Nov 1 20:02:51 2010 > @@ -1,7 +1,7 @@ > > APACHE_MODPATH_INIT(debugging) > > -APACHE_MODULE(bucketeer, buckets manipulation filter, , , no) > -APACHE_MODULE(dumpio, I/O dump filter, , , most) > +APACHE_MODULE(bucketeer, buckets manipulation filter. Useful only for > developers and testing purposes., , , no) > +APACHE_MODULE(dumpio, I/O dump filter. Useful only for developers and > testing purposes., , , most)
mod_dumpio is used by end users to collect doc for problem diagnosis. "Trace input and output data for debugging problems" or some such
