mirror of
https://github.com/apache/httpd.git
synced 2026-01-26 19:01:35 +03:00
it lets you set up boundry test conditions for things like mod-include PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93546 13f79535-47bb-0310-9956-ffa450edef68
11 lines
421 B
Plaintext
11 lines
421 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(bucketeer, buckets manipulation filter, , , no)
|
|
|
|
APACHE_MODPATH_FINISH
|