1
0
mirror of https://github.com/apache/httpd.git synced 2025-09-16 20:22:08 +03:00
Files
apache/modules/test/config.m4
Graham Leggett a03bcce31d mod_policy: Add a new testing module to help server administrators
enforce a configurable level of protocol compliance on their
servers and application servers behind theirs.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1221668 13f79535-47bb-0310-9956-ffa450edef68
2011-12-21 10:42:34 +00:00

16 lines
560 B
Plaintext

APACHE_MODPATH_INIT(test)
APACHE_MODULE(optional_hook_export, example optional hook exporter, , , no)
APACHE_MODULE(optional_hook_import, example optional hook importer, , , no)
APACHE_MODULE(optional_fn_import, example optional function importer, , , no)
APACHE_MODULE(optional_fn_export, example optional function exporter, , , no)
APACHE_MODULE(dialup, rate limits static files to dialup modem speeds, , , )
APACHE_MODULE(policy, HTTP protocol compliance filters, , , no)
APR_ADDTO(INCLUDES, [-I\$(top_srcdir)/$modpath_current])
APACHE_MODPATH_FINISH