diff options
author | Daniel Earl Poirier <poirier@apache.org> | 2010-11-02 01:47:21 +0100 |
---|---|---|
committer | Daniel Earl Poirier <poirier@apache.org> | 2010-11-02 01:47:21 +0100 |
commit | cdbc0f2c3f8f966211ddffbe143ac8bb2e8b8913 (patch) | |
tree | 9f8cc2824920cc40e29fe34427621111baa4634b /modules/debugging | |
parent | Fix awkward sentence reported by Gary Schnabl. (diff) | |
download | apache2-cdbc0f2c3f8f966211ddffbe143ac8bb2e8b8913.tar.xz apache2-cdbc0f2c3f8f966211ddffbe143ac8bb2e8b8913.zip |
Warning in configure -h that mod_dumpio was only for developers
and testing was erroneous.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1029931 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/debugging')
-rw-r--r-- | modules/debugging/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/debugging/config.m4 b/modules/debugging/config.m4 index f49d077086..28441e1cf5 100644 --- a/modules/debugging/config.m4 +++ b/modules/debugging/config.m4 @@ -2,6 +2,6 @@ APACHE_MODPATH_INIT(debugging) 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) +APACHE_MODULE(dumpio, I/O dump filter, , , most) APACHE_MODPATH_FINISH |