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. However, you may prefer to use the opportunity to migrate your fastcgi applications to lighttpd.
| Patch File | Comment |
|---|---|
| mod_fastcgi-2.4.2-httpd-2.2.3.patch | This patch defines primarily macros mapping deprecated APR function names to the new APR function names. Also, it updates the module installation Makefile rule. |







