1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-01 07:26:57 +03:00

Add to modules' help text (displayed by ./configure -h) more

information that will be useful in deciding whether to enable
them or not.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1029814 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Daniel Earl Poirier
2010-11-01 20:02:51 +00:00
parent 3a166e5cc2
commit 4c477008d4
11 changed files with 24 additions and 24 deletions

View File

@ -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)
APACHE_MODPATH_FINISH