I’ve been playing with httpd and nginx using different protocols to route to a Python application, and one of the questions that has arisen is whether or not I should try uwsgi (the protocol, not the uWSGI application) with httpd. The third-party module mod_proxy_uwsgi needs some debugging first, so …
Articles in the httpd category
Lingering close
One of the early pieces of code I tackled in httpd was APR-izing lingering_close(). I recall dean gaudet ensuring that I didn’t screw it up. (See an early part of the conversation.)
Perhaps a year or two later, some colleagues in z/OS TCP/IP and SNA, where …
Busy day…
Over the last couple of days I committed my implementation of Certificate Transparency features for httpd (to trunk). The doc is finally in reasonable shape (here). With any luck, someone will actually try it out and provide feedback before I forget everything.
github/trawick/ct-httpd still has a few useful …
mod_qos and QS_EventKBytesPerSecLimit
Previously I noted in the mod_qos discussion group some odd testing results for this feature. I didn’t receive any advice.
As I noted in a recent follow-up (still stuck in moderation???), I’ve worked up an alternate implementation for limiting output bandwidth for requests matching a certain event. That …