mirror of
https://github.com/apache/httpd.git
synced 2025-09-16 20:22:08 +03:00
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
16 lines
560 B
Plaintext
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
|