1
0
Fork 0
apache2/modules/examples/config.m4
Daniel Baumann 7263481e48
Adding upstream version 2.4.63.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 11:01:26 +02:00

9 lines
360 B
Text

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