PaulHowarth/Blog/2018-10-15

Monday 15th October 2018

Local Packages

  • Updated mod_fastcgi to version 2.4.7.1 from FastCGI-Archives on GitHub

    • *nix: On graceful restart, send SIGTERM, then wait 2 seconds before removing any unix domain sockets

    • Fix uid_t/gid_t compiler warnings

    • A few more EINTR fixes

    • Don't let the Content-Length header propagate on errors or across redirects

    • Fix pass-header handling (prefix with HTTP_)

    • Add an EOS bucket to the output filter chain
    • Handle EINTR and EAGAIN in places AIX stress testing revealed issues

    • Fix process spawning on WIN under Apache 2.2.9 (an incompatible change was introduced in APR 1.3)
    • Allow duplicate Status, Location and Content-Type headers (consistent with mod_cgi)

    • Fix a spurious idle timeout error that occurred under unique application timing and response size conditions
    • Fix cast from pointer to integer of different size
    • Fix printf %d warning

    • Apache 2.4 compile fix


Recent