summaryrefslogtreecommitdiffstats
path: root/network/mod_fcgid/README
diff options
context:
space:
mode:
author Marcel Saegebarth2013-10-29 21:40:57 +0100
committer Robby Workman2013-10-30 02:12:30 +0100
commit4c6a6ad71cccc2976b98748c0f6fa59a0bb2e7bd (patch)
tree2e3e1c0da6250551e657987656d191c8ebb29635 /network/mod_fcgid/README
parent75ccbfff1e53f83101f731c5213d4763ff5f3bea (diff)
downloadslackbuilds-4c6a6ad71cccc2976b98748c0f6fa59a0bb2e7bd.tar.gz
network/mod_fcgid: Added (FastCGI interface module for Apache 2).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/mod_fcgid/README')
-rw-r--r--network/mod_fcgid/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/network/mod_fcgid/README b/network/mod_fcgid/README
new file mode 100644
index 0000000000..dbe2edc51c
--- /dev/null
+++ b/network/mod_fcgid/README
@@ -0,0 +1,6 @@
+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.