A high performance alternative to mod_cgi or mod_cgid https://httpd.apache.org/mod_fcgid/
Go to file
2024-01-05 20:29:04 +01:00
apache-mod_fcgid-2.3.9-fix-bts-691929.patch rebuilt with patches [release 2.3.9-2mamba;Tue Oct 24 2023] 2024-01-05 20:29:04 +01:00
apache-mod_fcgid-2.3.9-large-file-upload.patch rebuilt with patches [release 2.3.9-2mamba;Tue Oct 24 2023] 2024-01-05 20:29:04 +01:00
apache-mod_fcgid.spec rebuilt with patches [release 2.3.9-2mamba;Tue Oct 24 2023] 2024-01-05 20:29:04 +01:00
README.md package created using the webbuild interface [release 2.3.9-1mamba;Thu Sep 04 2014] 2024-01-05 20:29:03 +01:00

apache-mod_fcgid

mod_fcgid is a high performance alternative to mod_cgi or mod_cgid, which starts a sufficient number instances of the CGI program to handle concurrent requests, and these programs remain running to handle further incoming requests. It is favored by the PHP developers, for example, as a preferred alternative to running mod_php in-process, delivering very similar performance.