summaryrefslogtreecommitdiffstats
path: root/modules/examples/config.m4
blob: dab9e8735494d3190e635ff9de3e4756be7aaca0 (plain)
1
2
3
4
5
6
7
8
9
APACHE_MODPATH_INIT(examples)

APACHE_MODULE(example_hooks, Example hook callback handler module, , , no)
APACHE_MODULE(case_filter, Example uppercase conversion filter, , , no)
APACHE_MODULE(case_filter_in, Example uppercase conversion input filter, , , no)
APACHE_MODULE(example_ipc, Example of shared memory and mutex usage, , , no)

APACHE_MODPATH_FINISH