Hi all! I am trying to build an Apache module from scratch. Let's pretend I built a new module. For that purpose I renamed server/mod_example.c to mod_zarko.c
I want module to be included in httpd binary and not to be compiled as DSO. Question is: What do I do next to get to a point where I can enable this module during configuration? ('configure --enable-zarko') Thanks, Zarko