You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Jeff Trawick <tr...@gmail.com> on 2010/11/01 23:51:56 UTC

Re: svn commit: r1029814 - in /httpd/httpd/trunk/modules: cache/config.m4 core/config.m4 dav/fs/config6.m4 dav/lock/config6.m4 dav/main/config5.m4 debugging/config.m4 filters/config.m4 generators/config5.m4 http/config2.m4 loggers/config.m4 proxy/con

On Mon, Nov 1, 2010 at 4:02 PM,  <po...@apache.org> 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

Re: svn commit: r1029814 - in /httpd/httpd/trunk/modules: cache/config.m4 core/config.m4 dav/fs/config6.m4 dav/lock/config6.m4 dav/main/config5.m4 debugging/config.m4 filters/config.m4 generators/config5.m4 http/config2.m4 loggers/config.m4 proxy/con

Posted by Dan Poirier <po...@pobox.com>.
On Mon. 2010-11-01 at 06:51 PM EDT, Jeff Trawick <tr...@gmail.com> wrote:

> On Mon, Nov 1, 2010 at 4:02 PM,  <po...@apache.org> 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.
>> -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.

Thanks, I backed that one out.