All the tests of my new Apache module worked out great. The module is working on:
- Apache 1.3.37
- Apache 2.0.59
- Apache 2.2.3
Although, i encountered one weird bug when running Apache 2.2.3. It doesn’t respond to SIGINT in single threaded mode (httpd -X). All tests were conducted running Apache in single threaded mode. I’ve yet to test in multi-threaded mode, but I am guessing it’ll yeild the same results. Since i’ve only tested this on one box, i don’t know what the results will be when we use it in a production environment, or what the load on the MySQL Server will be, or the impact the module has on loading times, or the (possible) compatability issues the module has. I might post the code at a later date, but at the moment it is staying closed source until i tighten security on it a bit.