slackbuilds/network/mod_fcgid
Heinz Wiesinger 926b93d445 various: Replace chmod command with find command from template.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2013-11-25 13:11:59 +01:00
..
README network/mod_fcgid: Added (FastCGI interface module for Apache 2). 2013-10-29 20:12:30 -05:00
doinst.sh network/mod_fcgid: Added (FastCGI interface module for Apache 2). 2013-10-29 20:12:30 -05:00
mod_fcgid.SlackBuild various: Replace chmod command with find command from template. 2013-11-25 13:11:59 +01:00
mod_fcgid.conf network/mod_fcgid: Added (FastCGI interface module for Apache 2). 2013-10-29 20:12:30 -05:00
mod_fcgid.info network/mod_fcgid: Updated for version 2.3.9. 2013-10-30 23:02:16 -05:00
slack-desc network/mod_fcgid: Added (FastCGI interface module for Apache 2). 2013-10-29 20:12:30 -05:00

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.