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 by Jeff Trawick
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 …
sysdig really is strace plus lsof
What does that mean, anyway? This morning it meant that I could see helpful internal file table information in the context of syscalls, so I could see more than just the file descriptors shown by strace.
The problem
A simple WSGI application which is managed by uWSGI is sitting behind …
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 …