Blame modules/examples/config.m4

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