This is just a web-search-findable note that I have an initial implementation of nghttp2 cmake-based build support for Windows (just the core library), at https://github.com/trawick/nghttp2-minimal-cmake. See the note on future plans for issues I hope to resolve soon before I submit it to the nghttp2 project …
Articles in the httpd category
Another year (or two), another release of mod_whatkilledus and mod_backtrace
mod_whatkilledus and mod_backtrace V2.01
I have a sinking feeling that this isn’t pertinent to a fairly large percentage of the world’s inhabitants, but it was a fair amount of hours spread over time and it’s finally done, so I’ll pretend otherwise.
mod_whatkilledus improvements
- The name …
Which Apache httpd module failed the request?
I was reminded today of a module I wrote a while back for Apache httpd 2.4 when I was debugging a config snippet from a customer and saw
[core:trace3] ... request.c(311): fixups hook gave 400: /
Whatever module set 400 (HTTP_BAD_REQUEST) didn’t log anything. If you have …
Recent fun with mod_whatkilledus and mod_backtrace
After Apache httpd 2.4.10 is released, I’ll push out a new release of these modules.
The most critical issue resolved in the next release is a problem mod_whatkilledus has with tracking the active request when using the Event MPM. It doesn …