Hi modules-dev-folks,
I've written a handful of modules for httpd. I'm now looking for a way to setup
some unit tests. We have continuous integration running, so I want to supply
some tests, starting from compiling against httpd to basic functionality to
more elaborate feature tests.
I wonder
I'm working on a module that needs a couple of bits of shared memory,
some of it mmapped in. Since this is dealing with financial data,
things are run in as secure a mode as possible by default. And we want
things properly cleaned up as well.
So httpd starts as root so we can open port 80, then ch