mod_fastcgi 2.4.2/Aapche HTTPD 2.2.x Patch

Patch icon mod_fastcgi 2.4.x no longer compiles against Apache HTTPD after deprecated APIs were removed from HTTPD 2.2.x. If you want to continue using mod_fastcgi instead of the more recent mod_fcgid, you can use the following patch to get by. Instead, you may prefer to use the opportunity to migrate your fastcgi applications to nginx or lighttpd.

Patch FileComment
mod_fastcgi-2.4.2-httpd-2.2.3.patchThis patch defines primarily macros mapping deprecated APR function names to the new APR function names. Also, it updates the module installation Makefile rule.