blob: 02c42b15229320b5df9c65f06eee36e67ac09413 (
plain)
1
2
3
4
5
6
7
8
9
|
dnl modules enabled in this directory by default
dnl APACHE_MODULE(name, helptext[, objects[, structname[, default[, config]]]])
APACHE_MODPATH_INIT(echo)
APACHE_MODULE(echo, ECHO server, , , no)
APACHE_MODPATH_FINISH
|