slackbuilds/network/mod_fcgid
Marcel Saegebarth c62cf22716 network/mod_fcgid: Fixed VERSION + copyright year + cleanup
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2015-01-31 06:56:29 +07:00
..
README
doinst.sh
mod_fcgid.SlackBuild network/mod_fcgid: Fixed VERSION + copyright year + cleanup 2015-01-31 06:56:29 +07:00
mod_fcgid.conf
mod_fcgid.info
slack-desc

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.