Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var 3 years ago
..
README 4c6a6ad71c network/mod_fcgid: Added (FastCGI interface module for Apache 2). 11 years ago
doinst.sh 4c6a6ad71c network/mod_fcgid: Added (FastCGI interface module for Apache 2). 11 years ago
mod_fcgid.SlackBuild 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var 3 years ago
mod_fcgid.conf 4c6a6ad71c network/mod_fcgid: Added (FastCGI interface module for Apache 2). 11 years ago
mod_fcgid.info 88b213ed9d network/mod_fcgid: Updated for version 2.3.9. 11 years ago
slack-desc 4c6a6ad71c network/mod_fcgid: Added (FastCGI interface module for Apache 2). 11 years ago

README

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.